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

   ### Description
   I'd like to propose we add an API to `TermInSetQuery` that exposes an 
iterator over the query terms. This is useful for extending `TermInSetQuery`. 
One concrete use-case for this is needing to change the way term intersection 
happens with the indexed terms dictionary to support bloom filters, as 
described in [this email 
thread](https://lists.apache.org/thread/ym2l3knqj4hgd0tcmnf9hwqlxk6hqw0b).
   
   I don't think there's any harm in exposing this, but am interested in 
feedback of course! This abstraction decouples the current prefix-coding 
implementation details, so it seems clean.


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

Reply via email to