File tree 2 files changed +2
-0
lines changed
server/src/main/java/org/elasticsearch/index/mapper
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ public Set<NodeFeature> getFeatures() {
36
36
NodeMappingStats .SEGMENT_LEVEL_FIELDS_STATS ,
37
37
BooleanFieldMapper .BOOLEAN_DIMENSION ,
38
38
ObjectMapper .SUBOBJECTS_AUTO ,
39
+ ObjectMapper .SUBOBJECTS_AUTO_FIXES ,
39
40
KeywordFieldMapper .KEYWORD_NORMALIZER_SYNTHETIC_SOURCE ,
40
41
SourceFieldMapper .SYNTHETIC_SOURCE_STORED_FIELDS_ADVANCE_FIX ,
41
42
Mapper .SYNTHETIC_SOURCE_KEEP_FEATURE ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public class ObjectMapper extends Mapper {
45
45
public static final String CONTENT_TYPE = "object" ;
46
46
static final String STORE_ARRAY_SOURCE_PARAM = "store_array_source" ;
47
47
static final NodeFeature SUBOBJECTS_AUTO = new NodeFeature ("mapper.subobjects_auto" );
48
+ static final NodeFeature SUBOBJECTS_AUTO_FIXES = new NodeFeature ("mapper.subobjects_auto_fixes" );
48
49
49
50
/**
50
51
* Enhances the previously boolean option for subobjects support with an intermediate mode `auto` that uses
You can’t perform that action at this time.
0 commit comments