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

Special case the _index field in queries #12027

Closed
wants to merge 1 commit into from
Closed

Special case the _index field in queries #12027

wants to merge 1 commit into from

Commits on Jul 3, 2015

  1. Search enhancement: adds a special case for the “_index” field which …

    …allows queries to test the name of the index. Adding this capability means we can deprecate the specialist indices query.
    
    IndexFieldMapper is changed to make the term query factories produce match_all or match_none queries based on tests on the index name.
    
    Closes #3316
    markharwood committed Jul 3, 2015
    Copy the full SHA
    56d8fa1 View commit details
    Browse the repository at this point in the history