From c9007431bfb6ccc18c5d49ec8283333d6eaf52ce Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 6 Jul 2024 16:49:36 +0200 Subject: [PATCH] add channel overwrite mappings to index --- tubearchivist/home/src/es/index_mapping.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index f74252d1..1635b6b1 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -75,6 +75,15 @@ }, "integrate_sponsorblock": { "type": "boolean" + }, + "subscriptions_channel_size": { + "type": "long" + }, + "subscriptions_live_channel_size": { + "type": "long" + }, + "subscriptions_shorts_channel_size": { + "type": "long" } } } @@ -169,6 +178,15 @@ }, "integrate_sponsorblock": { "type": "boolean" + }, + "subscriptions_channel_size": { + "type": "long" + }, + "subscriptions_live_channel_size": { + "type": "long" + }, + "subscriptions_shorts_channel_size": { + "type": "long" } } }