kkewwei opened a new issue, #16514: URL: https://github.com/apache/lucene/issues/16514
### Description Now `MaxScoreBulkScorer` applies filter `bitset` after essential scorers have computed scores. This may perform unnecessary scoring for documents that will later be rejected by the filter. A filter `bitset` is similar to `liveDocs`, once available, we can pass the filter `bitset` to scorers so they can discard filtered documents before computing scores. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
