elasticsearch/docs/reference/modules/scripting
Jim Ferenczi 2f46f53dc8 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-06-22 17:38:30 +02:00
..
advanced-scripting.asciidoc Reorganise scripting docs (#18132) 2016-05-04 18:17:10 +02:00
expression.asciidoc improve date api for expressions/painless fields 2016-05-31 09:32:33 -04:00
fields.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
groovy.asciidoc Remove support for mulitple languages per scripting engine 2016-05-13 09:24:31 -06:00
native.asciidoc Remove LeafSearchScript.runAsFloat(): Nothing calls it. 2016-05-15 22:59:28 -04:00
painless.asciidoc Rename fields to stored_fields and add docvalue_fields 2016-06-22 17:38:30 +02:00
security.asciidoc Docs: Replace [source,json] with [source,js] 2016-05-24 11:17:27 -04:00
using.asciidoc Changed path.script to path.scripts in docs 2016-06-22 12:39:52 +02:00