OpenSearch/docs/reference/search/aggregations/bucket
markharwood 724129e6ce Aggregations optimisation for memory usage. Added changes to core Aggregator class to support a new mode of deferred collection.
A new "breadth_first" results collection mode allows upper branches of aggregation tree to be calculated and then pruned
to a smaller selection before advancing into executing collection on child branches.

Closes #6128
2014-06-06 15:59:51 +01:00
..
datehistogram-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
daterange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
filter-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
geodistance-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
geohashgrid-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
global-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
histogram-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
iprange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
missing-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
nested-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
range-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
reverse-nested-aggregation.asciidoc [DOCS] reverse-nested aggs are added in 1.2.0 2014-05-13 20:00:42 +02:00
significantterms-aggregation.asciidoc Update Documentation Feature Flags [1.2.0] 2014-05-22 15:06:42 +02:00
terms-aggregation.asciidoc Aggregations optimisation for memory usage. Added changes to core Aggregator class to support a new mode of deferred collection. 2014-06-06 15:59:51 +01:00
tophits-aggregation.asciidoc Aggregations: added pagination support to `top_hits` aggregation by adding `from` option. 2014-05-30 11:45:31 +02:00