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

   > If we have a skipper, I think we ought to also be able to use competitive 
iterators to jump over blocks of docs we know we won't collect based on their 
values?
   
   This is correct. I plan on doing something similar when sorting: it is safe 
to skip blocks whose values all compare worse than the current k-th value. It's 
similar to what block-max WAND/MAXSCORE do: when a block's best possible score 
is less than the k-th best score so far, it can safely be skipped.


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