benwtrent commented on code in PR #12962: URL: https://github.com/apache/lucene/pull/12962#discussion_r1475060677
########## lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQuery.java: ########## @@ -79,24 +83,32 @@ public Query rewrite(IndexSearcher indexSearcher) throws IOException { filterWeight = null; } + final boolean supportsConcurrency = indexSearcher.getSlices().length > 1; + KnnCollectorManager<?> knnCollectorManager = getKnnCollectorManager(k, supportsConcurrency); Review Comment: I think this interface should accept the `indexSearcher` as the parameter and not `supportsConcurrency` or `multipleLeaves` -- 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