OpenSearch/docs/reference/aggregations/metrics
Jim Ferenczi 4682fc34ae Add the ability to disable the retrieval of the stored fields entirely
This change adds a special field named _none_ that allows to disable the retrieval of the stored fields in a search request or in a TopHitsAggregation.

To completely disable stored fields retrieval (including disabling metadata fields retrieval such as _id or _type) use _none_ like this:

````
POST _search
{
   "stored_fields": "_none_"
}
````
2016-08-24 16:40:08 +02:00
..
avg-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
cardinality-aggregation.asciidoc Update link to mapper-murmur3 plugin in card docs (#19788) 2016-08-04 15:56:59 +02:00
extendedstats-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
geobounds-aggregation.asciidoc
geocentroid-aggregation.asciidoc Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
max-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
min-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
percentile-aggregation.asciidoc [DOCS] fix documentation for selecting algorithm for percentiles agg 2016-07-27 08:48:51 +01:00
percentile-rank-aggregation.asciidoc [DOCS] fix documentation for selecting algorithm for percentiles agg 2016-07-27 08:48:51 +01:00
scripted-metric-aggregation.asciidoc fixed typo 'if' -> 'is' (#19051) 2016-06-27 14:20:23 +02:00
stats-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
sum-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00
tophits-aggregation.asciidoc Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
valuecount-aggregation.asciidoc cutover some docs to painless 2016-06-27 09:55:16 -04:00