add channel tags to mapping

This commit is contained in:
simon
2023-05-02 11:44:51 +07:00
parent cf37800c2b
commit b7bfeaf215

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