OpenSearch/modules/parent-join/src
Nik Everett 5583db5a73
Fix broken parent and child aggregator (backport #63811) (#63892)
In #57892 I broke *some* sub-aggregations inside of the `parent` and
`child` aggregator, specifically any sub-aggregations that do work in
the `postCollect` phase. This fixes it by delaying the post collect
phase of aggs under `parent` and `child` until `beforeBuildingBuckets`
because, well, we haven't done *any* collection until after that phase.
2020-10-19 13:05:22 -04:00
..
internalClusterTest/java/org/elasticsearch/join Support the 'fields' option in inner_hits and top_hits. (#62337) 2020-09-14 11:51:45 -07:00
main Fix broken parent and child aggregator (backport #63811) (#63892) 2020-10-19 13:05:22 -04:00
test/java/org/elasticsearch/join Fix broken parent and child aggregator (backport #63811) (#63892) 2020-10-19 13:05:22 -04:00
yamlRestTest Fix broken parent and child aggregator (backport #63811) (#63892) 2020-10-19 13:05:22 -04:00