-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Allow dots in field names for mappings API #19443
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 Elasticsearchhelp wantedadoptmeadoptmev5.0.0-beta1
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 Elasticsearchhelp wantedadoptmeadoptmev5.0.0-beta1
Type
Fields
Give feedbackNo fields configured for issues without a type.
The dots in fieldnames work for 5.0 was for dynamic fields and document parsing. But we still need to add support for specifying dots in fieldnames in mappings apis. This is less troublesome to users as dynamic mappings (where sometimes the source field name cannot be controlled), but still a pain to deal with.