kaivalnp commented on code in PR #16506:
URL: https://github.com/apache/lucene/pull/16506#discussion_r3846209073
##########
lucene/sandbox/src/java/org/apache/lucene/sandbox/codecs/dedup/DedupFlatVectorsWriter.java:
##########
@@ -41,6 +35,10 @@
* or merging existing segments (never both), delegating to {@link
DedupFlushContext} or {@link
* DedupMergeContext} accordingly.
*
+ * <p>Also used by {@link DedupScalarQuantizedVectorsFormat} (with a non-null
{@link
+ * DedupQuantizer}) to additionally write a quantized copy of each FLOAT32
group, into a separate
Review Comment:
Makes sense, changed `each FLOAT32 group` -> `each applicable group`
(considering that we may be able to quantize `FLOAT16` / `BYTE` vectors in the
future)
--
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]