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

   I just pushed an annotation.
   
   > I'll see what i can do on the slowdown tasks.
   
   Presumably, the score-first approach is better when we can filter hits by 
score with `ScorerUtil#filterCompetitiveHits`. I wonder if we could stop the 
doc-first approach not when `scorable.minCompetitiveScore > 0` but when "many" 
scores end up being below the `minCompetitiveScore` (for some definition of 
many).


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