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 #2582

Merged
merged 1 commit into from
Sep 23, 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 7e81503 into apache:branch_8x Sep 23, 2021
@dnhatn dnhatn deleted the lucene-10119 branch September 23, 2021 19:49
dnhatn added a commit to dnhatn/lucene-solr that referenced this pull request 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.
gsmiller pushed a commit to gsmiller/lucene-solr that referenced this pull request Sep 27, 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.
ventry1990 pushed a commit to ventry1990/lucene-solr that referenced this pull request Oct 9, 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.
ventry1990 pushed a commit to ventry1990/lucene-solr that referenced this pull request Oct 9, 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.
ventry1990 pushed a commit to ventry1990/lucene-solr that referenced this pull request Oct 9, 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant