remove norms for ES index mappings (#9334)

This commit is contained in:
Sriharsha Chintalapani 2022-12-15 23:43:13 -08:00 committed by GitHub
parent f1cbd90d96
commit e42e7e41d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

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

View File

@ -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"