OpenSearch/docs/reference/analysis/analyzers
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
..
configuring.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
custom-analyzer.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
fingerprint-analyzer.asciidoc Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
keyword-analyzer.asciidoc Docs: Improved tokenizer docs (#18356) 2016-05-19 19:42:23 +02:00
lang-analyzer.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
pattern-analyzer.asciidoc Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
simple-analyzer.asciidoc Docs: Improved tokenizer docs (#18356) 2016-05-19 19:42:23 +02:00
standard-analyzer.asciidoc Add the ability to disable the retrieval of the stored fields entirely 2016-08-24 16:40:08 +02:00
stop-analyzer.asciidoc Remove wait_for_status=yellow from the docs 2016-07-15 16:02:07 -04:00
whitespace-analyzer.asciidoc Docs: Improved tokenizer docs (#18356) 2016-05-19 19:42:23 +02:00