-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add documentation for disabling _field_names meta-field #26779
Copy link
Copy link
Closed
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>docsGeneral docs changesGeneral docs changesTeam:Search FoundationsMeta label for the Search Foundations team in ElasticsearchMeta label for the Search Foundations team in Elasticsearch
Description
The _field_names meta-field can be disabled just like _all. For example:
PUT my_index
{
"mappings": {
"type_1": {
"properties": {...}
},
"type_2": {
"_field_names": {
"enabled": false
},
"properties": {...}
}
}
}
Could documentation be provided for disabling _field_names along with the implications?
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/mapping-field-names-field.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Search Foundations/MappingIndex mappings, including merging and defining field typesIndex mappings, including merging and defining field types>docsGeneral docs changesGeneral docs changesTeam: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.