OpenSearch/modules
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
..
aggs-matrix-stats Fix order of modifiers 2016-07-01 16:57:14 +02:00
ingest-common Fix order of modifiers 2016-07-01 16:57:14 +02:00
lang-expression Compile each Groovy script in its own classloader 2016-06-20 08:17:09 +02:00
lang-groovy Restore reverted change now that alpha4 is out: 2016-07-04 10:39:49 +02:00
lang-mustache Rename Search Template REST tests 2016-07-04 10:07:45 +02:00
lang-painless Fix order of modifiers 2016-07-01 16:57:14 +02:00
percolator Fix order of modifiers 2016-07-01 16:57:14 +02:00
reindex Restore reverted change now that alpha4 is out: 2016-07-04 10:39:49 +02:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00