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 AndDocIdSet#IteratorBasedIterator to not violate initial doc state #5070

Merged
merged 1 commit into from Feb 10, 2014

Commits on Feb 10, 2014

  1. Fix AndDocIdSet#IteratorBasedIterator to not violate initial doc state

    AndDocIdSet#IteratorBasedIterator was potentially initialized with
    NO_MORE_DOCS which violates the initial state of DocIdSetIterator and
    could lead to undefined behavior when used in a search context.
    
    Closes elastic#5049
    s1monw committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    06f8a2e View commit details
    Browse the repository at this point in the history