msokolov commented on a change in pull request #207:
URL: https://github.com/apache/lucene/pull/207#discussion_r666468712
##########
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorsReader.java
##########
@@ -247,12 +246,12 @@ public TopDocs search(String field, float[] target, int
k, int fanout) throws IO
return null;
}
- OffHeapVectorValues vectorValues = getOffHeapVectorValues(fieldEntry);
+ OffHeapNnVectors nnVectors = getOffHeapNnVectors(fieldEntry);
// use a seed that is fixed for the index so we get reproducible results
for the same query
final Random random = new Random(checksumSeed);
Review comment:
true, but annoying. I think we can safely ignore this. The intent is
predictable-randomness. @sonatype-lift
--
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]