mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-04 14:43:11 +00:00
remove norms for ES index mappings (#9334)
This commit is contained in:
parent
f1cbd90d96
commit
e42e7e41d8
@ -68,8 +68,6 @@ TABLE_ELASTICSEARCH_INDEX_MAPPING = textwrap.dedent(
|
||||
},
|
||||
"description": {
|
||||
"type": "text",
|
||||
"index_options": "docs",
|
||||
"norms": false,
|
||||
"analyzer": "om_analyzer"
|
||||
},
|
||||
"version": {
|
||||
@ -105,8 +103,6 @@ TABLE_ELASTICSEARCH_INDEX_MAPPING = textwrap.dedent(
|
||||
},
|
||||
"description": {
|
||||
"type": "text",
|
||||
"index_options": "docs",
|
||||
"norms": false,
|
||||
"analyzer": "om_analyzer"
|
||||
},
|
||||
"fullyQualifiedName": {
|
||||
|
@ -51,9 +51,7 @@
|
||||
},
|
||||
"description": {
|
||||
"type": "text",
|
||||
"index_options": "docs",
|
||||
"analyzer": "om_analyzer",
|
||||
"norms": false
|
||||
"analyzer": "om_analyzer"
|
||||
},
|
||||
"version": {
|
||||
"type": "float"
|
||||
@ -88,9 +86,7 @@
|
||||
},
|
||||
"description": {
|
||||
"type": "text",
|
||||
"index_options": "docs",
|
||||
"analyzer": "om_analyzer",
|
||||
"norms": false
|
||||
"analyzer": "om_analyzer"
|
||||
},
|
||||
"fullyQualifiedName": {
|
||||
"type": "text"
|
||||
|
Loading…
x
Reference in New Issue
Block a user