You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the inner_hits section has been refactored to be parsed on the coordinating node (see #10217) we need to replace QueryInnerHits from HasChildQueryBuilder, HasParentQueryBuilder and NestedQueryBuilder. Currently this still keeps the inner_hits part of the search source as a byte array that is parsed later on the shard. After the refactoring of inner_hits, we should be able to remove this.
The text was updated successfully, but these errors were encountered:
After the
inner_hits
section has been refactored to be parsed on the coordinating node (see #10217) we need to replace QueryInnerHits from HasChildQueryBuilder, HasParentQueryBuilder and NestedQueryBuilder. Currently this still keeps theinner_hits
part of the search source as a byte array that is parsed later on the shard. After the refactoring ofinner_hits
, we should be able to remove this.The text was updated successfully, but these errors were encountered: