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/02 00:24:51 UTC

[GitHub] [lucene] gsmiller opened a new pull request, #11739: DRAFT: TermInSetQuery refactored to extend MultiTermsQuery

gsmiller opened a new pull request, #11739:
URL: https://github.com/apache/lucene/pull/11739

   ### Description
   
   This is a demo PR to show how we can make `TermInSetQuery` extend `MultiTermsQuery` and add "slow" doc-value-based queries by doing so.
   
   We'd need to benchmark to understand any potential regressions to the "standard" index-based term-in-set query functionality before merging this. Marking as a "draft" for now.


-- 
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


[GitHub] [lucene] gsmiller closed pull request #11739: DRAFT: TermInSetQuery refactored to extend MultiTermsQuery

Posted by "gsmiller (via GitHub)" <gi...@apache.org>.
gsmiller closed pull request #11739: DRAFT: TermInSetQuery refactored to extend MultiTermsQuery
URL: https://github.com/apache/lucene/pull/11739


-- 
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


[GitHub] [lucene] gsmiller commented on pull request #11739: DRAFT: TermInSetQuery refactored to extend MultiTermsQuery

Posted by "gsmiller (via GitHub)" <gi...@apache.org>.
gsmiller commented on PR #11739:
URL: https://github.com/apache/lucene/pull/11739#issuecomment-1463987636

   We finally did this in #12156!


-- 
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