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 fee1b5a commit 7b795baCopy full SHA for 7b795ba
server/src/test/java/org/elasticsearch/index/mapper/KeywordFieldMapperTests.java
@@ -780,7 +780,6 @@ public void testFieldTypeWithSkipDocValues_LogsDbModeDisabledSetting() throws IO
780
Settings.builder()
781
.put(IndexSettings.MODE.getKey(), IndexMode.LOGSDB.name())
782
.put(IndexSortConfig.INDEX_SORT_FIELD_SETTING.getKey(), "host.name")
783
- .put(IndexSettings.USE_DOC_VALUES_SPARSE_INDEX.getKey(), false)
784
.build(),
785
mapping(b -> {
786
b.startObject("host.name");
0 commit comments