Skip to content

Commit e3b583e

Browse files
committed
iter
1 parent a34654a commit e3b583e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorScorer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ public void setScoringOrdinal(int node) throws IOException {
212212
}
213213
OffHeapScalarQuantizedVectorValues.unpackNibbles(rawTargetVector, targetVector);
214214
}
215+
case SINGLE_BIT -> {
216+
throw new IllegalStateException(
217+
"SINGLE_BIT encoding is not supported for symmetric quantization");
218+
}
215219
}
216220
targetCorrectiveTerms = targetValues.getCorrectiveTerms(node);
217221
}

0 commit comments

Comments
 (0)