OpenSearch/docs/reference/migration
Adrien Grand f959d39ac3 Fix default doc values to be enabled when a field is not indexed.
Doc values currently default to `true` if the field is indexed and not analyzed.
So setting `index:no` automatically disables doc values, which is not explicit
in the documentation.

This commit makes doc values default to true for numerics, booleans regardless
of whether they are indexed. Not indexed strings still don't have doc values,
since we can't know whether it is rather a text or keyword field. This
potential source of confusion should go away when we split `string` into `text`
and `keyword`.
2016-01-27 09:06:00 +01:00
..
migrate_2_0 Merge pull request #15891 from sromocki/patch-1 2016-01-11 20:01:16 +01:00
index.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_1_0.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_4.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
migrate_1_6.asciidoc parent/child: Deprecated the `top_children` in favour of the `has_child` query. 2015-05-07 09:27:54 +02:00
migrate_2_0.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_1.asciidoc Docs: Made the list of breaking changes in each version more obvious 2015-11-08 12:59:07 +01:00
migrate_2_2.asciidoc field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead. 2015-11-23 08:48:28 +01:00
migrate_2_3.asciidoc Add per-index setting to limit number of nested fields 2016-01-19 10:03:48 +01:00
migrate_3_0.asciidoc Fix default doc values to be enabled when a field is not indexed. 2016-01-27 09:06:00 +01:00