diff --git a/ingestion/src/metadata/ingestion/sink/elasticsearch_mapping/table_search_index_mapping.py b/ingestion/src/metadata/ingestion/sink/elasticsearch_mapping/table_search_index_mapping.py index cf5cf57c4a3..c2aa12b10d0 100644 --- a/ingestion/src/metadata/ingestion/sink/elasticsearch_mapping/table_search_index_mapping.py +++ b/ingestion/src/metadata/ingestion/sink/elasticsearch_mapping/table_search_index_mapping.py @@ -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": { diff --git a/openmetadata-service/src/main/resources/elasticsearch/table_index_mapping.json b/openmetadata-service/src/main/resources/elasticsearch/table_index_mapping.json index 257c1db234b..878333a7732 100644 --- a/openmetadata-service/src/main/resources/elasticsearch/table_index_mapping.json +++ b/openmetadata-service/src/main/resources/elasticsearch/table_index_mapping.json @@ -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"