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-10633: Dynamic pruning for sorting on SORTED(_SET) fields. #1023

Merged
merged 7 commits into from
Jul 29, 2022

Commits on Jul 15, 2022

  1. LUCENE-10633: Dynamic pruning for sorting on SORTED(_SET) fields.

    This commit enables dynamic pruning for queries sorted on SORTED(_SET) fields
    by using postings to filter competitive documents.
    jpountz committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    4bee6e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    254b599 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. iter

    jpountz committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5b1b3b8 View commit details
    Browse the repository at this point in the history
  2. CHANGES

    jpountz committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    89a41d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a195b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    d25c17b View commit details
    Browse the repository at this point in the history
  2. Fix test failure.

    jpountz committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c5421f0 View commit details
    Browse the repository at this point in the history