OpenSearch/docs/reference/analysis
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
..
analyzers Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
charfilters Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
tokenfilters Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
tokenizers Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
analyzers.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
anatomy.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
charfilters.asciidoc Docs: Improved tokenizer docs (#18356) 2016-05-19 19:42:23 +02:00
testing.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
tokenfilters.asciidoc Add `fingerprint` token filter and `fingerprint` analyzer 2016-04-20 16:10:56 -04:00
tokenizers.asciidoc Docs: Improved tokenizer docs (#18356) 2016-05-19 19:42:23 +02:00