jpountz commented on code in PR #13359: URL: https://github.com/apache/lucene/pull/13359#discussion_r1609830164
########## lucene/core/src/java/org/apache/lucene/search/BlendedTermQuery.java: ########## @@ -19,6 +19,7 @@ import java.io.IOException; import java.util.Arrays; import java.util.List; +import java.util.function.Supplier; Review Comment: Well, only `TermQuery` and `SynonymQuery` are handled so we could open an issue for every other query, I'm not sure we should open these issues? But indeed, let's think of how to take advantage of prefetching in `PointRangeQuery`, `TermInSetQuery`, `FeatureQuery`, etc. -- 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