jpountz commented on PR #13773:
URL: https://github.com/apache/lucene/pull/13773#issuecomment-2346043431

   > Those are not incorrect results though.
   
   I think that these are incorrect results. Inter-segment concurrency has a 
mechanism so that if the top-N-th hit has score S and doc ID D, then it would 
require a score of at least Math.nextUp(S) for doc IDs > D and S for doc IDs < 
D (relying on tie-breaking by doc ID). It looks like this mechanism no longer 
works with intra-segment concurrency?


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to