add subtitles mapping to video index

This commit is contained in:
simon 2022-02-05 23:50:47 +07:00
parent 52013aff3f
commit e98ffc0050
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 26 additions and 0 deletions

View File

@ -156,6 +156,32 @@
"normalizer": "to_lower"
}
}
},
"subtitles": {
"properties": {
"ext": {
"type": "keyword",
"index": false
},
"lang": {
"type": "keyword",
"index": false
},
"media_url": {
"type": "keyword",
"index": false
},
"name": {
"type": "keyword"
},
"source": {
"type": "keyword"
},
"url": {
"type": "keyword",
"index": false
}
}
}
},
"expected_set": {