We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9db2c0 commit 2b73b64Copy full SHA for 2b73b64
server/src/main/java/org/elasticsearch/index/IndexSettings.java
@@ -680,7 +680,7 @@ public boolean isES87TSDBCodecEnabled() {
680
public static final boolean DOC_VALUES_SKIPPER = new FeatureFlag("doc_values_skipper").isEnabled();
681
public static final Setting<Boolean> USE_DOC_VALUES_SKIPPER = Setting.boolSetting(
682
"index.mapping.use_doc_values_skipper",
683
- false,
+ true,
684
Property.IndexScope,
685
Property.Final
686
);
0 commit comments