You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/09/23 20:57:38 UTC

[GitHub] [lucene-solr] dnhatn opened a new pull request #2583: LUCENE-10119: Do not set single sort with search after

dnhatn opened a new pull request #2583:
URL: https://github.com/apache/lucene-solr/pull/2583


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr] dnhatn merged pull request #2583: LUCENE-10119: Do not set single sort with search after

Posted by GitBox <gi...@apache.org>.
dnhatn merged pull request #2583:
URL: https://github.com/apache/lucene-solr/pull/2583


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org