OpenSearch/server
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
..
licenses Upgrade to lucene-8.7.0-snapshot-5c4168d (#63466) 2020-10-08 08:20:43 -04:00
src Fix broken parent and child aggregator (backport #63811) (#63892) 2020-10-19 13:05:22 -04:00
build.gradle Search - add case insensitive support for regex queries. (#59441) (#61532) 2020-08-25 17:18:59 +01:00