Add ngram to topic display name indexing (#10837)

This commit is contained in:
Sriharsha Chintalapani 2023-03-30 03:22:30 -07:00 committed by GitHub
parent 3406c8c868
commit 2febfe8b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,10 +52,11 @@
},
"displayName": {
"type": "text",
"analyzer": "om_analyzer",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
"ngram": {
"type": "text",
"analyzer": "om_ngram"
}
}
},