Skip to content

Commit e40d171

Browse files
committed
minor fix
1 parent e5caaa9 commit e40d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ public static class Int4HnswIndexOptions extends QuantizedIndexOptions {
18301830
private final boolean earlyExit;
18311831

18321832

1833-
Int4HnswIndexOptions(int m, int efConstruction, Float confidenceInterval, RescoreVector rescoreVector) {
1833+
public Int4HnswIndexOptions(int m, int efConstruction, Float confidenceInterval, RescoreVector rescoreVector) {
18341834
this(m, efConstruction, confidenceInterval, rescoreVector, DEFAULT_EARLY_EXIT);
18351835
}
18361836

0 commit comments

Comments
 (0)