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/07/07 00:27:10 UTC

[GitHub] [lucene-solr] mayya-sharipova opened a new pull request #2530: LUCENE-10020 DocComparator don't skip docs of same docID

mayya-sharipova opened a new pull request #2530:
URL: https://github.com/apache/lucene-solr/pull/2530


   DocComparator should not skip docs with the same docID on multiple
   sorts with search after.
   
   Because of the optimization introduced in LUCENE-9449, currently when
   searching with sort on [_doc, other fields] with search after,
   DocComparator can efficiently skip all docs before and including
   the provided [search after docID]. This is a desirable behaviour
   in a single index search. But in a distributed search, where multiple
   indices have docs with the same docID, and when searching on
   [_doc, other fields], the sort optimization should NOT skip
   documents with the same docIDs.
   
   This PR fixes this.
   
   Backport for https://github.com/apache/lucene/pull/204
   Relates to LUCENE-9449


-- 
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] mayya-sharipova merged pull request #2530: LUCENE-10020 DocComparator don't skip docs of same docID

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


   


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