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-10070: Skip deleted documents during facet counting for all documents #2577

Closed
wants to merge 10 commits into from

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    9d2f21b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e32eeef View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. LUCENE-10110: MultiCollector should wrap single leaf collector that w…

    …ants to skip low-scoring hits
    
     but the combined score mode doesn't allow it.
    jimczi authored and gsmiller committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d920a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9f2c4 View commit details
    Browse the repository at this point in the history
  3. SOLR-15555 Backporting unwraping queries

    madrob authored and gsmiller committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f33025a View commit details
    Browse the repository at this point in the history
  4. Ref Guide: Fix typo in page title

    ctargett authored and gsmiller committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e22af79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf7b8d1 View commit details
    Browse the repository at this point in the history
  6. LUCENE-10111: Missing calculating the bytes used of DocsWithFieldSet …

    …in NormValuesWriter
    Lu Xugang authored and gsmiller committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    0611cbc View commit details
    Browse the repository at this point in the history
  7. LUCENE-10116: Missing calculating the bytes used of DocsWithFieldSet …

    …and currentValues in SortedSetDocValuesWriter
    Lu Xugang authored and gsmiller committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    109a0e0 View commit details
    Browse the repository at this point in the history
  8. LUCENE-10119: Do not set single sort with search after (apache#2582)

    We should not set single sort when the search_after is non-null;
    otherwise, we will incorrectly skip documents whose values are equal to
    the value from the search_after and docIDs are greater than the docID
    from the search_after.
    dnhatn authored and gsmiller committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d5500cd View commit details
    Browse the repository at this point in the history