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

Disable _all by default, disallow configuring _all on 6.0+ indices #22144

Merged
merged 1 commit into from
Jan 12, 2017

Commits on Jan 11, 2017

  1. Disable _all by default

    This change disables the _all meta field by default.
    
    Now that we have the "all-fields" method of query execution, we can save both
    indexing time and disk space by disabling it.
    
    _all can no longer be configured for indices created after 6.0.
    
    Relates to elastic#20925 and elastic#21341
    Resolves elastic#19784
    dakrone committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    7a18bb5 View commit details
    Browse the repository at this point in the history