OpenSearch/docs/reference/mapping
Jim Ferenczi afe99fcdcd Restore reverted change now that alpha4 is out:
Rename `fields` to `stored_fields` and add `docvalue_fields`

`stored_fields` parameter will no longer try to retrieve fields from the _source but will only return stored fields.
`fields` will throw an exception if the user uses it.
Add `docvalue_fields` as an adjunct to `fielddata_fields` which is deprecated. `docvalue_fields` will try to load the value from the docvalue and fallback to fielddata cache if docvalues are not enabled on that field.

Closes #18943
2016-07-04 10:39:49 +02:00
..
dynamic Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
fields Fix docs example for the _id field, the field is not accessible in scripts 2016-06-29 15:25:51 +02:00
params Restore reverted change now that alpha4 is out: 2016-07-04 10:39:49 +02:00
types cutover some docs to painless 2016-06-27 09:55:16 -04:00
dynamic-mapping.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
fields.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
params.asciidoc Removed docs for precision_step - no longer used 2016-06-21 15:19:12 +02:00
types.asciidoc Add new IPv6 types to docs where it's supported 2016-04-26 11:38:49 -07:00