-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Merge FieldMapper and MappedFieldType #41058
Copy link
Copy link
Closed
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>enhancementTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>enhancementTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Type
Fields
Give feedbackNo fields configured for issues without a type.
MappedFieldType had originally been split out of FieldMapper in order to work around problems that having multiple types in the same index introduced. Now that we introduced the guarantee that every index has at most one type, we could merge MappedFieldType and FieldMapper together.