fix add missining playlist_entries mappings, #605

This commit is contained in:
Simon 2023-11-20 14:02:49 +07:00
parent 9ffe2098a5
commit 18e504faf2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 35 additions and 0 deletions

View File

@ -477,6 +477,41 @@
"playlist_last_refresh": {
"type": "date",
"format": "epoch_second"
},
"playlist_entries": {
"properties": {
"downloaded": {
"type": "boolean"
},
"idx": {
"type": "long"
},
"title": {
"type": "text",
"analyzer": "english",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256,
"normalizer": "to_lower"
}
}
},
"uploader": {
"type": "text",
"analyzer": "english",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256,
"normalizer": "to_lower"
}
}
},
"youtube_id": {
"type": "keyword"
}
}
}
},
"expected_set": {