elasticsearch/docs/reference/search
Nik Everett 3af540b50d
Remove aggregation's postCollect phase (#64016)
After #63811 it became clear to me that `postCollect` is kind of
dangerous and not all that useful. So this removes it.

The trouble with `postCollect` is that it all happened right after we
finished calling `collect` on the `LeafBucketCollectors` but before we
built the aggregation results. But in #63811 we found out that we can't
call `postCollect` on the children of `parent` or `child` aggregators
until we know which *which* aggregation results we're building.

So this removes `postCollect` and moves all of the things we did at
post-collect phase into `buildAggregations` or into hooks called in
those methods.
2020-10-28 17:33:27 -04:00
..
search-your-data Mark the search 'fields' option as beta. (#63699) 2020-10-16 17:13:29 -07:00
suggesters [DOCS] Fix typo in suggester docs (#61077) (#61204) 2020-08-17 09:14:37 -04:00
async-search.asciidoc [DOCS] Move search pagination content to one page (#60515) 2020-07-31 11:43:06 -04:00
clear-scroll-api.asciidoc [DOCS] Replace twitter dataset in search/agg docs (#60667) 2020-08-04 13:31:52 -04:00
count.asciidoc Deprecate REST access to System Indices (#60945) 2020-10-06 11:13:48 -06:00
explain.asciidoc [DOCS] Replace twitter dataset in search/agg docs (#60667) 2020-08-04 13:31:52 -04:00
field-caps.asciidoc [DOCS] Fix field caps API docs (#62110) 2020-09-08 11:56:29 -04:00
multi-search.asciidoc Fix anchor doc for msearch cancellation paragraph 2020-08-21 12:11:00 -04:00
point-in-time-api.asciidoc [DOCS] Display point in time API docs (#61527) 2020-08-25 11:03:41 -04:00
profile.asciidoc Remove aggregation's postCollect phase (#64016) 2020-10-28 17:33:27 -04:00
rank-eval.asciidoc Deprecate REST access to System Indices (#60945) 2020-10-06 11:13:48 -06:00
scroll-api.asciidoc [DOCS] Add PIT to search after docs (#61593) 2020-09-08 09:53:21 -04:00
search-shards.asciidoc Deprecate REST access to System Indices (#60945) 2020-10-06 11:13:48 -06:00
search-template.asciidoc Deprecate REST access to System Indices (#60945) 2020-10-06 11:13:48 -06:00
search.asciidoc [DOCS] Corrected track_total_hits def (#62830) (#63180) 2020-10-02 09:46:09 -04:00
suggesters.asciidoc [DOCS] Replace twitter dataset in search/agg docs (#60667) 2020-08-04 13:31:52 -04:00
validate.asciidoc Deprecate REST access to System Indices (#60945) 2020-10-06 11:13:48 -06:00