Skip to content

Commit

Permalink
Restore node feature (#113805) (#113808)
Browse files Browse the repository at this point in the history
This got rolled back as part of #113692, but the change had already
rolled out to QA.

(cherry picked from commit 9365efb)
  • Loading branch information
kkrik-es committed Sep 30, 2024
1 parent ab8e261 commit 620e780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public Set<NodeFeature> getFeatures() {
NodeMappingStats.SEGMENT_LEVEL_FIELDS_STATS,
BooleanFieldMapper.BOOLEAN_DIMENSION,
ObjectMapper.SUBOBJECTS_AUTO,
ObjectMapper.SUBOBJECTS_AUTO_FIXES,
KeywordFieldMapper.KEYWORD_NORMALIZER_SYNTHETIC_SOURCE,
SourceFieldMapper.SYNTHETIC_SOURCE_STORED_FIELDS_ADVANCE_FIX,
Mapper.SYNTHETIC_SOURCE_KEEP_FEATURE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class ObjectMapper extends Mapper {
public static final String CONTENT_TYPE = "object";
static final String STORE_ARRAY_SOURCE_PARAM = "store_array_source";
static final NodeFeature SUBOBJECTS_AUTO = new NodeFeature("mapper.subobjects_auto");
static final NodeFeature SUBOBJECTS_AUTO_FIXES = new NodeFeature("mapper.subobjects_auto_fixes");

/**
* Enhances the previously boolean option for subobjects support with an intermediate mode `auto` that uses
Expand Down

0 comments on commit 620e780

Please sign in to comment.