Skip to content

Commit cc53f7e

Browse files
committed
int4 scorer to 32
1 parent ef829c9 commit cc53f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/simdvec/src/main/java/org/elasticsearch/simdvec/ES91Int4VectorsScorer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* */
2626
public class ES91Int4VectorsScorer {
2727

28-
public static final int BULK_SIZE = 16;
28+
public static final int BULK_SIZE = ES91OSQVectorsScorer.BULK_SIZE;
2929
protected static final float FOUR_BIT_SCALE = 1f / ((1 << 4) - 1);
3030

3131
/** The wrapper {@link IndexInput}. */

0 commit comments

Comments
 (0)