gsmiller commented on issue #11244: URL: https://github.com/apache/lucene/issues/11244#issuecomment-1234849107
As of #1058, `TermInSetQuery` can now estimate its cost, making it usable with `IndexOrDocValuesQuery` as the index-based query. The already exists `DocValuesTermsQuery` in the sandbox module, which provides a doc-values-based approach that it can be paired with. I've opened #11736 to suggest promoting that functionality out of the sandbox module. I propose we resolve this issue, capturing the core work of `TermInSetQuery` being able to estimate its cost, which it now does. Let's create spin-off issues (like #11736) for any additional work we'd like to try in this space. -- 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