You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/01 22:24:45 UTC

[GitHub] [lucene] gsmiller commented on issue #11244: Make TermInSetQuery usable with IndexOrDocValuesQuery [LUCENE-10207]

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org