OpenSearch/docs/reference/search/aggregations
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
..
bucket 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
metrics Aggregations: Adds GeoBounds Aggregation 2014-06-03 15:59:56 +01:00
bucket.asciidoc Added `top_hits` aggregation that keeps track of the most relevant document being aggregated per bucket. 2014-05-23 16:01:18 +02:00
metrics.asciidoc Aggregations: Adds GeoBounds Aggregation 2014-06-03 15:59:56 +01:00