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

LUCENE-9446: In boolean rewrite, remove MatchAllDocsQuery filter clauses #1709

Merged
merged 3 commits into from
Aug 4, 2020

Commits on Jul 31, 2020

  1. LUCENE-9446: Remove MatchAllDocsQuery filters in boolean write.

    Previously, we only removed 'match all' FILTER clauses if there was at least one
    MUST clause. Now they're also removed if there is another distinct FILTER clause.
    
    This lets boolean queries like `#field:value #*:*` be written to `#field:value`.
    jtibshirani committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    61de3f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Add another test case.

    jtibshirani committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4a6d7de View commit details
    Browse the repository at this point in the history
  2. Add a changelog entry.

    jtibshirani committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    fa3f5b1 View commit details
    Browse the repository at this point in the history