elasticsearch/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
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
matrix.asciidoc
metrics.asciidoc
misc.asciidoc
pipeline.asciidoc Make Painless the default scripting language. 2016-08-22 17:38:02 -07:00