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

XFilteredQuery default strategy prefers query first in the deleted docs ... #6254

Merged
merged 1 commit into from May 21, 2014

Commits on May 21, 2014

  1. XFilteredQuery default strategy prefers query first in the deleted do…

    …cs case
    
    Today we check if the DocIdSet we filter by is `fast` but the check fails
    if the DocIdSet if wrapped in an `ApplyAcceptedDocsFilter` which is always
    the case if the index has deleted documents. This commit unwraps
    the original DocIdSet in the case of deleted documents.
    
    Closes elastic#6247
    s1monw committed May 21, 2014
    Copy the full SHA
    f29744c View commit details
    Browse the repository at this point in the history