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 iterator over global ordinals. #8627

Closed
wants to merge 1 commit into from

Commits on Nov 24, 2014

  1. Fielddata: Fix iterator over global ordinals.

    Our iterator over global ordinals is currently incorrect since it does NOT
    return -1 (NO_MORE_ORDS) when all ordinals have been consumed. This bug does
    not strike immediately with elasticsearch since we always consume ordinals in
    a random-access fashion. However it strikes when consuming ordinals through
    Lucene helpers such as DocValues#docsWithField.
    
    Close elastic#8580
    jpountz committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    a8e0eba View commit details
    Browse the repository at this point in the history