jtibshirani commented on a change in pull request #218: URL: https://github.com/apache/lucene/pull/218#discussion_r675390470
########## File path: lucene/core/src/java/org/apache/lucene/document/KnnVectorField.java ########## @@ -26,13 +26,13 @@ * an array (of type float[]) whose length is the vector dimension. Values can be retrieved using * {@link VectorValues}, which is a forward-only docID-based iterator and also offers random-access * by dense ordinal (not docId). VectorValues.SearchSimlarity may be used to compare vectors at Review comment: Not really related to this PR, but maybe we could fix this outdated reference to `VectorValues.SearchSimilarity`. -- 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