elasticsearch/docs/reference/aggregations/metrics
Christos Soulios caf6c5ac19
Histogram field type support for ValueCount and Avg aggregations (#55933)
Implements value_count and avg aggregations over Histogram fields as discussed in #53285

- value_count returns the sum of all counts array of the histograms
- avg computes a weighted average of the values array of the histogram by multiplying each value with its associated element in the counts array
2020-05-04 10:24:35 +03:00
..
avg-aggregation.asciidoc Histogram field type support for ValueCount and Avg aggregations (#55933) 2020-05-04 10:24:35 +03: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] Add anchors for scripted metric aggregations (#53618) 2020-03-16 12:14:01 -07: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 Histogram field type support for ValueCount and Avg aggregations (#55933) 2020-05-04 10:24:35 +03:00
t-test-aggregation.asciidoc Add support for filters to T-Test aggregation (#54980) 2020-04-10 10:19:07 -04:00
top-metrics-aggregation.asciidoc [DOCS] Fix typos in top metrics agg docs (#54299) 2020-03-27 10:48:01 -04:00
tophits-aggregation.asciidoc Improve top_metrics docs (#53521) 2020-03-16 13:23:22 -04:00
valuecount-aggregation.asciidoc Histogram field type support for ValueCount and Avg aggregations (#55933) 2020-05-04 10:24:35 +03:00
weighted-avg-aggregation.asciidoc Fix dangling 'either' in weighted average docs (#51748) 2020-01-31 12:45:46 -05:00