Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Nov 13, 2024
1 parent 86d7f1e commit cd7496d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1851,9 +1851,6 @@ public XContentBuilder innerToXContent(XContentBuilder builder, Params params) t
if (false == runtimeMappings.isEmpty()) {
builder.field(RUNTIME_MAPPINGS_FIELD.getPreferredName(), runtimeMappings);
}
if (skipInnerHits) {
builder.field("skipInnerHits", true);
}

return builder;
}
Expand Down

0 comments on commit cd7496d

Please sign in to comment.