Skip to content

Commit

Permalink
fixed small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Jan 26, 2024
1 parent f5367a2 commit 2a5f175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public final MapperBuilderContext createDynamicMapperBuilderContext() {
if (p.endsWith(".")) {
p = p.substring(0, p.length() - 1);
}
return new MapperBuilderContext(p, mappingLookup().isSourceSynthetic(), false, false);
return new MapperBuilderContext(p, mappingLookup().isSourceSynthetic(), false, mappingLookup().isALlFieldEnabled());
}

public abstract XContentParser parser();
Expand Down

0 comments on commit 2a5f175

Please sign in to comment.