File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
server/src/main/java/org/elasticsearch/index/mapper Expand file tree Collapse file tree 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() {
3636 NodeMappingStats .SEGMENT_LEVEL_FIELDS_STATS ,
3737 BooleanFieldMapper .BOOLEAN_DIMENSION ,
3838 ObjectMapper .SUBOBJECTS_AUTO ,
39+ ObjectMapper .SUBOBJECTS_AUTO_FIXES ,
3940 KeywordFieldMapper .KEYWORD_NORMALIZER_SYNTHETIC_SOURCE ,
4041 SourceFieldMapper .SYNTHETIC_SOURCE_STORED_FIELDS_ADVANCE_FIX ,
4142 Mapper .SYNTHETIC_SOURCE_KEEP_FEATURE ,
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public class ObjectMapper extends Mapper {
4545 public static final String CONTENT_TYPE = "object" ;
4646 static final String STORE_ARRAY_SOURCE_PARAM = "store_array_source" ;
4747 static final NodeFeature SUBOBJECTS_AUTO = new NodeFeature ("mapper.subobjects_auto" );
48+ static final NodeFeature SUBOBJECTS_AUTO_FIXES = new NodeFeature ("mapper.subobjects_auto_fixes" );
4849
4950 /**
5051 * 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