fix add missining playlist_entries mappings, #605

pull/612/head
Simon 10 months ago
parent 9ffe2098a5
commit 18e504faf2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -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": {

Loading…
Cancel
Save