cpoerschke commented on code in PR #13635:
URL: https://github.com/apache/lucene/pull/13635#discussion_r1778255372
##########
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99HnswVectorsReader.java:
##########
@@ -247,7 +248,12 @@ public ByteVectorValues getByteVectorValues(String field)
throws IOException {
}
@Override
- public void search(String field, float[] target, KnnCollector knnCollector,
Bits acceptDocs)
+ public void search(
+ String field,
+ float[] target,
+ KnnCollector knnCollector,
+ Bits acceptDocs,
+ DocIdSetIterator seeds)
Review Comment:
see https://github.com/apache/lucene/pull/13635/files#r1778254222
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]