Skip to content

Commit 795936a

Browse files
Updated settings from "index.is.warm" to "index.warm" as part of PR comments opensearch-project#17490
Signed-off-by: Mayank Sharma <[email protected]>
1 parent 724b934 commit 795936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/index/IndexModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public final class IndexModule {
155155
Property.NodeScope
156156
);
157157

158-
public static final Setting<Boolean> IS_WARM_INDEX_SETTING = Setting.boolSetting("index.is.warm", false, Property.IndexScope);
158+
public static final Setting<Boolean> IS_WARM_INDEX_SETTING = Setting.boolSetting("index.warm", false, Property.IndexScope);
159159

160160
public static final Setting<String> INDEX_RECOVERY_TYPE_SETTING = new Setting<>(
161161
"index.recovery.type",

0 commit comments

Comments
 (0)