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
cardinality-aggregation.asciidoc
extendedstats-aggregation.asciidoc
geobounds-aggregation.asciidoc
geocentroid-aggregation.asciidoc
max-aggregation.asciidoc
median-absolute-deviation-aggregation.asciidoc
min-aggregation.asciidoc
percentile-aggregation.asciidoc
percentile-rank-aggregation.asciidoc
scripted-metric-aggregation.asciidoc
stats-aggregation.asciidoc
string-stats-aggregation.asciidoc
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
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