mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-14 01:40:08 +00:00
Fix Japanese language indexing (#11903)
This commit is contained in:
parent
f23f67dfe9
commit
4ecbbcd43c
@ -165,10 +165,15 @@
|
|||||||
},
|
},
|
||||||
"displayName": {
|
"displayName": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
"analyzer": "om_analyzer_jp",
|
||||||
"fields": {
|
"fields": {
|
||||||
"keyword": {
|
"keyword": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"ignore_above": 256
|
"ignore_above": 256
|
||||||
|
},
|
||||||
|
"ngram": {
|
||||||
|
"type": "text",
|
||||||
|
"analyzer": "om_ngram"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -155,7 +155,14 @@
|
|||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "text"
|
"type": "text",
|
||||||
|
"analyzer": "om_analyzer_jp",
|
||||||
|
"fields": {
|
||||||
|
"ngram": {
|
||||||
|
"type": "text",
|
||||||
|
"analyzer": "om_ngram"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"deleted": {
|
"deleted": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
|||||||
@ -222,11 +222,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"displayName": {
|
"displayName": {
|
||||||
"type": "keyword",
|
"type": "text",
|
||||||
|
"analyzer": "om_analyzer_jp",
|
||||||
"fields": {
|
"fields": {
|
||||||
"keyword": {
|
"keyword": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"ignore_above": 256
|
"ignore_above": 256
|
||||||
|
},
|
||||||
|
"ngram": {
|
||||||
|
"type": "text",
|
||||||
|
"analyzer": "om_ngram"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -234,7 +239,14 @@
|
|||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "text"
|
"type": "text",
|
||||||
|
"analyzer": "om_analyzer_jp",
|
||||||
|
"fields": {
|
||||||
|
"ngram": {
|
||||||
|
"type": "text",
|
||||||
|
"analyzer": "om_ngram"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"deleted": {
|
"deleted": {
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
|||||||
@ -68,7 +68,7 @@
|
|||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
"displayName": {
|
"displayName": {
|
||||||
"type": "keyword",
|
"type": "text",
|
||||||
"analyzer": "om_analyzer",
|
"analyzer": "om_analyzer",
|
||||||
"fields": {
|
"fields": {
|
||||||
"keyword": {
|
"keyword": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user