dsmiley commented on PR #14357: URL: https://github.com/apache/lucene/pull/14357#issuecomment-2728182572
I could imagine improving BooleanScorer so that the TPI clauses are separated and converted to a filter around the collector to try to match docs *not* collected (i.e. test for docs inbetween those collected). All this logic could be separated to another class such that BooleanScorer is nearly the same or even identical if the caller were to compose it. DisjunctionDISIApproximation would be instrumental. -- 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