OpenSearch/docs/reference/aggregations/metrics
Jim Ferenczi 2f46f53dc8 Rename `fields` to `stored_fields` and add `docvalue_fields`
`stored_fields` parameter will no longer try to retrieve fields from the _source but will only return stored fields.
`fields` will throw an exception if the user uses it.
Add `docvalue_fields` as an adjunct to `fielddata_fields` which is deprecated. `docvalue_fields` will try to load the value from the docvalue and fallback to fielddata cache if docvalues are not enabled on that field.

Closes #18943
2016-06-22 17:38:30 +02:00
..
avg-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
cardinality-aggregation.asciidoc Move the `murmur3` field to a plugin and fix defaults. 2015-08-18 11:41:52 +02:00
extendedstats-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
geobounds-aggregation.asciidoc [DOCS] Restructure Aggs documentation 2015-05-01 16:04:55 -04:00
geocentroid-aggregation.asciidoc Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
max-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
min-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
percentile-aggregation.asciidoc Aggregations: Add HDRHistogram as an option in percentiles and percentile_ranks aggregations 2015-07-24 17:55:36 +01:00
percentile-rank-aggregation.asciidoc Aggregations: Add HDRHistogram as an option in percentiles and percentile_ranks aggregations 2015-07-24 17:55:36 +01:00
scripted-metric-aggregation.asciidoc [DOCS] Added note about valid return types for scripts in the scripted_metric aggregation 2015-09-02 12:13:15 +01:00
stats-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
sum-aggregation.asciidoc Docs: Remove docs for the `filtered`, `and`, `or` and `(f)query` queries. 2015-09-11 11:00:54 +02:00
tophits-aggregation.asciidoc Rename `fields` to `stored_fields` and add `docvalue_fields` 2016-06-22 17:38:30 +02:00
valuecount-aggregation.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00