-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Allow _doc as a type name #27750
Copy link
Copy link
Closed
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field typesTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearchblockerv6.2.0
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field typesTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearchblockerv6.2.0
Type
Fields
Give feedbackNo fields configured for issues without a type.
As of 7.0, types support will be gone, the index API will be either
PUT index/_doc/idorPOST index/_docand hits will use_docas a fake type in the response. In order to allow users to have a smoother transition to 7.0, we should allow_docas a type in 6.x.Relates to #15613