Skip to content

Commit 2b73b64

Browse files
committed
Enable skippers
1 parent c9db2c0 commit 2b73b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ public boolean isES87TSDBCodecEnabled() {
680680
public static final boolean DOC_VALUES_SKIPPER = new FeatureFlag("doc_values_skipper").isEnabled();
681681
public static final Setting<Boolean> USE_DOC_VALUES_SKIPPER = Setting.boolSetting(
682682
"index.mapping.use_doc_values_skipper",
683-
false,
683+
true,
684684
Property.IndexScope,
685685
Property.Final
686686
);

0 commit comments

Comments
 (0)