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 af6eb8c commit 13bbd4bCopy full SHA for 13bbd4b
server/src/main/java/org/elasticsearch/index/IndexSettings.java
@@ -688,7 +688,7 @@ public boolean isES87TSDBCodecEnabled() {
688
public static final FeatureFlag DOC_VALUES_SKIPPER = new FeatureFlag("doc_values_skipper");
689
public static final Setting<Boolean> USE_DOC_VALUES_SKIPPER = Setting.boolSetting(
690
"index.mapping.use_doc_values_skipper",
691
- IndexSettings.DOC_VALUES_SKIPPER.isEnabled(),
+ false,
692
Property.IndexScope,
693
Property.Final
694
);
0 commit comments