shubhamvishu commented on issue #15057:
URL: https://github.com/apache/lucene/issues/15057#issuecomment-3189258450

   > exhaustive search doesn't respect visitlimit at all, visitlimit is for 
graph exploration only, not brute force.
   
   Ahh I see what you mean! ok it makes sense to just update the assertion for 
the brute force search case.
   
   > If we are scoring too much in exhaustive, are we actually scoring and 
retrieving vectors that don't match the filter?
   
   No, we are only scoring the vectors that matches the filter (so all fine).
   


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