OpenSearch/docs/reference/migration/migrate_5_0
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
..
aggregations.asciidoc Revert "Remove support for sorting terms aggregation by ascending count" 2016-06-17 17:14:01 +02:00
allocation.asciidoc Move parsing of allocation commands into REST 2016-05-24 11:59:05 -04:00
cat.asciidoc Add note about cat field data API changes into migration doc 2016-05-10 16:41:21 +03:00
docs.asciidoc Add support for waiting until a refresh occurs 2016-06-06 11:37:53 -04:00
fs.asciidoc Remove cluster name from data path 2016-06-07 10:13:48 -06:00
http.asciidoc Enable HTTP compression by default with compression level 3 2016-05-03 08:53:15 +02:00
index-apis.asciidoc Update index-apis.asciidoc 2016-04-25 13:06:57 +02:00
java.asciidoc Update java.asciidoc 2016-06-21 16:02:25 +02:00
mapping.asciidoc Remove `_timestamp` and `_ttl` on 5.x indices. #18980 2016-06-22 08:35:54 +02:00
packaging.asciidoc Remove settings and system properties entanglement 2016-05-19 14:08:08 -04:00
percolator.asciidoc Moved the percolator from core to its own module 2016-05-24 11:01:57 +02:00
plugins.asciidoc Remove custom plugins path 2016-05-26 10:16:25 -04:00
rest.asciidoc Remove Delete-By-Query plugin 2016-05-24 13:28:20 +02:00
scripting.asciidoc Merge remote-tracking branch 'dakrone/there-can-be-only-one2' 2016-05-13 10:28:41 -06:00
search.asciidoc Rename `fields` to `stored_fields` and add `docvalue_fields` 2016-06-22 17:38:30 +02:00
settings.asciidoc Add note that thread pool settings are node-level 2016-06-17 15:19:52 -04:00
suggest.asciidoc Document completion suggest breaking changes 2016-04-26 10:15:21 -04:00