jpountz commented on issue #15132:
URL: https://github.com/apache/lucene/issues/15132#issuecomment-3238333087

   I see, tricky. If it's only a problem with flat formats, maybe we should 
integrate in the query as you suggested and play some tricks to contain the 
extra work that is done. E.g. passing `visitedLimit = 0.01 * maxDoc` in the 
post-filtering optimization and falling back to pre-filtering in case of early 
termination would guarantee that flat formats would score at most 1% more 
vectors due to this post-filtering optimization?


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