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

Fix query_string_query to transform "foo:*" in an exists query on the field name #23433

Merged
merged 2 commits into from Mar 2, 2017
Merged

Fix query_string_query to transform "foo:*" in an exists query on the field name #23433

merged 2 commits into from Mar 2, 2017

Commits on Mar 1, 2017

  1. Fix query_string_query to transform "foo:*" in an exists query on the…

    … field name
    
    Currently "foo:*" is parsed as prefix query on the field `foo` unless the field is defined in `default_field` or `fields`.
    This commit fixes this behavior, "foo:*" is now rewritten to an exists query on the field name.
    This change also removes the assumption that "_all:*" should return all docs.
    
    relates #23356
    jimczi committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    38a76bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d0697 View commit details
    Browse the repository at this point in the history