jtibshirani commented on a change in pull request #601:
URL: https://github.com/apache/lucene/pull/601#discussion_r787140629
##########
File path: lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java
##########
@@ -48,7 +42,11 @@ public abstract void writeField(FieldInfo fieldInfo,
KnnVectorsReader knnVectors
/** Called once at the end before close */
public abstract void finish() throws IOException;
- /** Merge the vector values from multiple segments, for all fields */
+ /**
+ * Merges the segment vectors for all fields. across all fields. This
default implementation
Review comment:
Oops, will fix.
--
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]