-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>bugTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Description
Generally, if you have an array of values and one of them is malformed, a mapper with ignore_malformed set to true will ignore the malformed value and index the remaining, valid values. However, the point field mappers will index the document without throwing an exception but will ignore all the values. I think this is to do with array handling at the mapper level (point field mappers can accept an array as one of their formats) but it is a discrepancy and should be fixed.
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>bugTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch