Pulkitg64 commented on code in PR #15476:
URL: https://github.com/apache/lucene/pull/15476#discussion_r2605610333
##########
lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java:
##########
@@ -117,12 +124,24 @@ public abstract class BaseKnnVectorsFormatTestCase
extends BaseIndexFileFormatTe
private VectorEncoding vectorEncoding;
private VectorSimilarityFunction similarityFunction;
+ final int DIRECT_MONOTONIC_BLOCK_SHIFT = 16;
+
@Before
public void init() {
vectorEncoding = randomVectorEncoding();
similarityFunction = randomSimilarity();
}
+ protected abstract boolean supportsFloatVectorFallback();
+
+ protected int getQuantizationBits() {
Review Comment:
Done
--
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]