explicitly define player mapping, #592

This commit is contained in:
Simon 2023-11-17 09:44:10 +07:00
parent f41ecd24c5
commit 9a9d35cac4
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 18 additions and 0 deletions

View File

@ -252,6 +252,24 @@
}
}
},
"player": {
"properties": {
"duration": {
"type": "long"
},
"duration_str": {
"type": "keyword",
"index": false
},
"watched": {
"type": "boolean"
},
"watched_date": {
"type": "date",
"format": "epoch_second"
}
}
},
"subtitles": {
"properties": {
"ext": {