mccullocht opened a new pull request, #15636: URL: https://github.com/apache/lucene/pull/15636
For Terms implementations that have an approximate membership filter, the current scheme of repeated seekCeil() calls when evaluating update/deletion terms can cause the membership filter to be skipped as we must provide the term after the target on a miss. Allow TermsEnum to express a preference for seekExact() so that approximate membership filters still work in this case. Implement `preferSeekExact()` in `BloomFilteringPostingsFormat` where there is obvious benefit. -- 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]
