Skip to content

Commit 8de4fda

Browse files
tteofilibenwtrent
andauthored
Update server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java
Co-authored-by: Benjamin Trent <[email protected]>
1 parent dae3d72 commit 8de4fda

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
@@ -176,7 +176,7 @@ public KnnSearchStrategy getKnnSearchStrategy() {
176176
);
177177

178178
public static final Setting<Boolean> HNSW_EARLY_TERMINATION = Setting.boolSetting(
179-
"index.dense_vector.hnsw_early_termination",
179+
"index.dense_vector.hnsw_enable_early_termination",
180180
DEFAULT_HNSW_EARLY_TERMINATION,
181181
Setting.Property.IndexScope,
182182
Setting.Property.ServerlessPublic,

0 commit comments

Comments
 (0)