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-10119: Do not set single sort with search after #2583

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

dnhatn
Copy link
Member

@dnhatn dnhatn commented Sep 23, 2021

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.

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 dnhatn merged commit da0e882 into apache:branch_8_10 Sep 24, 2021
@dnhatn dnhatn deleted the lucene-10119 branch September 24, 2021 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant