mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 09:42:23 +00:00
Add ngram to topic display name indexing (#10837)
This commit is contained in:
parent
3406c8c868
commit
2febfe8b06
@ -52,10 +52,11 @@
|
|||||||
},
|
},
|
||||||
"displayName": {
|
"displayName": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
"analyzer": "om_analyzer",
|
||||||
"fields": {
|
"fields": {
|
||||||
"keyword": {
|
"ngram": {
|
||||||
"type": "keyword",
|
"type": "text",
|
||||||
"ignore_above": 256
|
"analyzer": "om_ngram"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user