mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 02:29:03 +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": { |       "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": { | ||||||
|  | |||||||
| @ -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" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sriharsha Chintalapani
						Sriharsha Chintalapani