add channel tags to mapping

This commit is contained in:
simon 2023-05-02 11:44:51 +07:00
parent cf37800c2b
commit b7bfeaf215
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 20 additions and 0 deletions

View File

@ -39,6 +39,16 @@
"channel_last_refresh": {
"type": "date"
},
"channel_tags": {
"type": "text",
"analyzer": "english",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"channel_overwrites": {
"properties": {
"download_format": {
@ -121,6 +131,16 @@
"channel_last_refresh": {
"type": "date"
},
"channel_tags": {
"type": "text",
"analyzer": "english",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"channel_overwrites": {
"properties": {
"download_format": {