elasticsearch/docs/reference/aggregations/metrics
Nik Everett 5b2266601b
Implement top_metrics agg (#51155)
The `top_metrics` agg is kind of like `top_hits` but it only works on
doc values so it *should* be faster.

At this point it is fairly limited in that it only supports a single,
numeric sort and a single, numeric metric. And it only fetches the "very
topest" document worth of metric. We plan to support returning a
configurable number of top metrics, requesting more than one metric and
more than one sort. And, eventually, non-numeric sorts and metrics. The
trick is doing those things fairly efficiently.

Co-Authored by: Zachary Tong <zach@elastic.co>
2020-02-14 07:13:52 -05:00
..
avg-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
boxplot-aggregation.asciidoc Add histogram field type support to boxplot aggs (#52265) 2020-02-13 08:59:44 -05:00
cardinality-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
extendedstats-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
geobounds-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
geocentroid-aggregation.asciidoc [DOCS] Warn about using geo_centroid as sub-agg to geohash_grid (#50038) 2020-01-06 07:45:49 -06:00
max-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
median-absolute-deviation-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
min-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
percentile-aggregation.asciidoc Add histogram field type support to boxplot aggs (#52265) 2020-02-13 08:59:44 -05:00
percentile-rank-aggregation.asciidoc Fix leftover mentions of method parameter in Percentile Aggs (#51272) 2020-01-22 05:02:48 -10:00
scripted-metric-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
stats-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
string-stats-aggregation.asciidoc Implement stats aggregation for string terms (#47468) 2019-11-14 16:07:54 +02:00
sum-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
top-metrics-aggregation.asciidoc Implement top_metrics agg (#51155) 2020-02-14 07:13:52 -05:00
tophits-aggregation.asciidoc Remove _type from SearchHit (#46942) 2019-09-23 19:14:54 +01:00
valuecount-aggregation.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
weighted-avg-aggregation.asciidoc Fix dangling 'either' in weighted average docs (#51748) 2020-01-31 12:45:46 -05:00