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 0a40c32 commit 2214c97Copy full SHA for 2214c97
server/src/main/java/org/elasticsearch/index/IndexSettings.java
@@ -688,7 +688,7 @@ public boolean isES87TSDBCodecEnabled() {
688
public static final FeatureFlag DOC_VALUES_SPARSE_INDEX = new FeatureFlag("doc_values_sparse_index");
689
public static final Setting<Boolean> USE_DOC_VALUES_SPARSE_INDEX = Setting.boolSetting(
690
"index.mapping.use_doc_values_sparse_index",
691
- false,
+ IndexSettings.DOC_VALUES_SPARSE_INDEX.isEnabled(),
692
Property.IndexScope,
693
Property.Final
694
);
0 commit comments