Pulkitg64 commented on code in PR #15476:
URL: https://github.com/apache/lucene/pull/15476#discussion_r2605614655
##########
lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene99/TestLucene99ScalarQuantizedVectorsFormat.java:
##########
@@ -407,4 +245,19 @@ public void testRandomWithUpdatesAndGraph() {
public void testSearchWithVisitedLimit() {
// search not supported
}
+
+ @Override
+ protected boolean supportsFloatVectorFallback() {
+ return true;
+ }
+
+ @Override
+ protected int getQuantizationBits() {
+ return bits;
+ }
+
+ @Override
+ protected Codec getCodecForQuantizedTest() {
Review Comment:
Changed in new revision.
--
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]