diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index 7d486c7..52ee884 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -74,7 +74,7 @@ "type": "boolean" }, "integrate_sponsorblock": { - "type" : "boolean" + "type": "boolean" } } } @@ -168,7 +168,7 @@ "type": "boolean" }, "integrate_sponsorblock": { - "type" : "boolean" + "type": "boolean" } } } @@ -236,19 +236,19 @@ "comment_count": { "type": "long" }, - "stats" : { - "properties" : { - "average_rating" : { - "type" : "float" + "stats": { + "properties": { + "average_rating": { + "type": "float" }, - "dislike_count" : { - "type" : "long" + "dislike_count": { + "type": "long" }, - "like_count" : { - "type" : "long" + "like_count": { + "type": "long" }, - "view_count" : { - "type" : "long" + "view_count": { + "type": "long" } } }, @@ -332,28 +332,28 @@ "is_enabled": { "type": "boolean" }, - "segments" : { - "properties" : { - "UUID" : { + "segments": { + "properties": { + "UUID": { "type": "keyword" }, - "actionType" : { + "actionType": { "type": "keyword" }, - "category" : { + "category": { "type": "keyword" }, - "locked" : { - "type" : "short" + "locked": { + "type": "short" }, - "segment" : { - "type" : "float" + "segment": { + "type": "float" }, - "videoDuration" : { - "type" : "float" + "videoDuration": { + "type": "float" }, - "votes" : { - "type" : "long" + "votes": { + "type": "long" } } } @@ -534,7 +534,7 @@ "format": "epoch_second" }, "subtitle_index": { - "type" : "long" + "type": "long" }, "subtitle_lang": { "type": "keyword" @@ -543,7 +543,7 @@ "type": "keyword" }, "subtitle_line": { - "type" : "text", + "type": "text", "analyzer": "english" } }, @@ -578,14 +578,14 @@ "type": "keyword" }, "comment_text": { - "type" : "text" + "type": "text" }, "comment_timestamp": { "type": "date", "format": "epoch_second" }, "comment_time_text": { - "type" : "text" + "type": "text" }, "comment_likecount": { "type": "long" @@ -631,4 +631,4 @@ } } ] -} +} \ No newline at end of file