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
..
2016-06-07 10:13:48 -06:00
2016-04-25 13:06:57 +02:00
2016-06-21 16:02:25 +02:00
2016-05-26 10:16:25 -04:00
2016-05-24 13:28:20 +02:00