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-9565 Fix competitive iteration #1952

Merged

Commits on Oct 6, 2020

  1. LUCENE-9565 Fix competitive iteration

    PR apache#1351 introduced a sort optimization where documents can be skipped.
    But iteration over competitive iterators was not properly organized,
    as they were not storing the current docID, and
    when competitive iterator was updated the current doc ID was lost.
    
    This patch fixed it.
    
    Relates to apache#1351
    mayya-sharipova committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    574245c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba6cf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d42c464 View commit details
    Browse the repository at this point in the history