cpoerschke commented on code in PR #13635:
URL: https://github.com/apache/lucene/pull/13635#discussion_r1707073496


##########
lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsReader.java:
##########
@@ -82,9 +83,16 @@ protected KnnVectorsReader() {}
    * @param knnCollector a KnnResults collector and relevant settings for 
gathering vector results
    * @param acceptDocs {@link Bits} that represents the allowed documents to 
match, or {@code null}
    *     if they are all allowed to match.
+   * @param seedDocs {@link Bits} that represents the documents used to seed 
the search, or {@code

Review Comment:
   ```suggestion
      * @param seedDocs {@link DocIdSetIterator} that represents the documents 
used to seed the search, or {@code
   ```



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