OpenSearch/docs/reference/aggregations
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
..
bucket Fied bad asciidoc 2016-08-18 14:08:58 +02:00
matrix refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
pipeline Make Painless the default scripting language. 2016-08-22 17:38:02 -07:00
bucket.asciidoc Update bucket.asciidoc 2016-04-22 10:54:25 -06:00
matrix.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
metrics.asciidoc Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
misc.asciidoc Docs: Convert aggs/misc to CONSOLE 2016-06-22 14:52:06 -04:00
pipeline.asciidoc Make Painless the default scripting language. 2016-08-22 17:38:02 -07:00