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": { "description": {
"type": "text", "type": "text",
"index_options": "docs",
"norms": false,
"analyzer": "om_analyzer" "analyzer": "om_analyzer"
}, },
"version": { "version": {
@ -105,8 +103,6 @@ TABLE_ELASTICSEARCH_INDEX_MAPPING = textwrap.dedent(
}, },
"description": { "description": {
"type": "text", "type": "text",
"index_options": "docs",
"norms": false,
"analyzer": "om_analyzer" "analyzer": "om_analyzer"
}, },
"fullyQualifiedName": { "fullyQualifiedName": {

View File

@ -51,9 +51,7 @@
}, },
"description": { "description": {
"type": "text", "type": "text",
"index_options": "docs", "analyzer": "om_analyzer"
"analyzer": "om_analyzer",
"norms": false
}, },
"version": { "version": {
"type": "float" "type": "float"
@ -88,9 +86,7 @@
}, },
"description": { "description": {
"type": "text", "type": "text",
"index_options": "docs", "analyzer": "om_analyzer"
"analyzer": "om_analyzer",
"norms": false
}, },
"fullyQualifiedName": { "fullyQualifiedName": {
"type": "text" "type": "text"