shubhamvishu commented on code in PR #14963:
URL: https://github.com/apache/lucene/pull/14963#discussion_r2446065408


##########
lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene99/Lucene99HnswScalarQuantizedVectorsFormat.java:
##########
@@ -63,9 +64,24 @@ public class Lucene99HnswScalarQuantizedVectorsFormat 
extends KnnVectorsFormat {
   /** The format for storing, reading, merging vectors on disk */
   private final FlatVectorsFormat flatVectorsFormat;
 
+  /**

Review Comment:
   Sounds good!



##########
lucene/core/src/java/org/apache/lucene/codecs/lucene102/Lucene102HnswBinaryQuantizedVectorsFormat.java:
##########
@@ -64,9 +65,17 @@ public class Lucene102HnswBinaryQuantizedVectorsFormat 
extends KnnVectorsFormat
   private final int numMergeWorkers;
   private final TaskExecutor mergeExec;
 
+  /**

Review Comment:
   Sure!



-- 
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]

Reply via email to