diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index 3abf2c1..9c33f72 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -193,6 +193,22 @@ } } }, + "stats" : { + "properties" : { + "average_rating" : { + "type" : "float" + }, + "dislike_count" : { + "type" : "long" + }, + "like_count" : { + "type" : "long" + }, + "view_count" : { + "type" : "long" + } + } + }, "subtitles": { "properties": { "ext": {