akhilesh-k commented on issue #14845:
URL: https://github.com/apache/lucene/issues/14845#issuecomment-3172085043

   @jpountz I think I should be able to work on this if no one else is on it. 
   
   I did a little exploration around it and this is what I understood:
   per-leaf k value tells if the filter is so selective that it’s less than the 
expected number of results.
   
   and with expectedVisitedNodes it implies, is the filter so selective that 
it’s less than the expected number of nodes the search would visit (i.e. the 
search would be exhaustive anyway)


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