rmuir commented on code in PR #13806: URL: https://github.com/apache/lucene/pull/13806#discussion_r1765753269
########## lucene/core/src/java/org/apache/lucene/search/TermInSetQuery.java: ########## @@ -141,6 +135,11 @@ public long getTermsCount() { return termData.size(); } + public BytesRefIterator getBytesRefIterator() { Review Comment: maybe add javadocs for the method and `@experimental` for now? its possible we could "fix visitor" api in the future where we wouldn't need this public method specific to this query as well (see general thoughts on PR) -- 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