OpenSearch/modules/parent-join
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
..
src Fix broken parent and child aggregator (backport #63811) (#63892) 2020-10-19 13:05:22 -04:00
build.gradle Fix broken parent and child aggregator (backport #63811) (#63892) 2020-10-19 13:05:22 -04:00