mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 20:00:15 +00:00
guarantee stats in mapping for sort
This commit is contained in:
parent
80c76c22ca
commit
f71644c8bc
@ -193,6 +193,22 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"stats" : {
|
||||||
|
"properties" : {
|
||||||
|
"average_rating" : {
|
||||||
|
"type" : "float"
|
||||||
|
},
|
||||||
|
"dislike_count" : {
|
||||||
|
"type" : "long"
|
||||||
|
},
|
||||||
|
"like_count" : {
|
||||||
|
"type" : "long"
|
||||||
|
},
|
||||||
|
"view_count" : {
|
||||||
|
"type" : "long"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"subtitles": {
|
"subtitles": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"ext": {
|
"ext": {
|
||||||
|
Loading…
Reference in New Issue
Block a user