gashutos commented on issue #13313:
URL: https://github.com/apache/lucene/issues/13313#issuecomment-2064607809

   >Is my understanding correct that this would possibly help with deep 
pagination but hurt with the first few pages since it may force Lucene to 
evaluate a BKD range query that matches most docs?
   
   @jpountz yes, I am thinking to relax the 88% (current) non-competitive 
document threshold would be great solution. Like for `topValue` in case 
`bottomValue` is not known, we can go with threshold 20% threshold.
   
   This will be really one time BKD intersect to skip value based on `topValue` 
since topValue remains constant throughout same query execution.


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