You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/07/23 08:31:00 UTC

[GitHub] [lucene] jtibshirani commented on a change in pull request #218: LUCENE-9855: Rename knn search vector format

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org