Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for disabling _field_names meta-field #26779

Closed
inqueue opened this issue Sep 25, 2017 · 0 comments
Closed

Add documentation for disabling _field_names meta-field #26779

inqueue opened this issue Sep 25, 2017 · 0 comments
Labels
>docs General docs changes :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch

Comments

@inqueue
Copy link
Member

inqueue commented Sep 25, 2017

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

@jpountz

@inqueue inqueue added :Search Foundations/Mapping Index mappings, including merging and defining field types >docs General docs changes labels Sep 25, 2017
jpountz added a commit to jpountz/elasticsearch that referenced this issue Sep 28, 2017
This field has significant index-time overhead.

Closes elastic#26779
jpountz added a commit that referenced this issue Oct 6, 2017
This field has significant index-time overhead.

Closes #26779
jpountz added a commit that referenced this issue Oct 6, 2017
This field has significant index-time overhead.

Closes #26779
jpountz added a commit that referenced this issue Oct 6, 2017
This field has significant index-time overhead.

Closes #26779
@javanna javanna added the Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>docs General docs changes :Search Foundations/Mapping Index mappings, including merging and defining field types Team:Search Foundations Meta label for the Search Foundations team in Elasticsearch
Projects
None yet
Development

No branches or pull requests

2 participants