OpenSearch/docs/reference/mapping
Nik Everett 9c3f6d58ac Support downgrading keyword/text into string
This changes Elasticsearch to automatically downgrade `text` and
`keyword` fields into appropriate `string` fields when changing the
mapping of indexes imported from 2.x. This allows users to use the
modern, documented syntax against 2.x indexes. It also makes it clear
that reindexing in order to recreate the index in 5.0 is required for
any long lived indexes. This change is useful for the times when you
can't (cluster is just starting, not stable enough for reindex) or
shouldn't (index will only live 90 days or something).
2016-08-29 11:27:37 -04:00
..
dynamic Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
fields Correct grammar in parent field doc 2016-08-29 07:51:39 -04:00
params Add deprecation warnings to docs for geohash 2016-08-23 13:43:35 -04:00
types Support downgrading keyword/text into string 2016-08-29 11:27:37 -04:00
dynamic-mapping.asciidoc Fix docs stating that index.mapper.dynamic can be set for all nodes in the elasticsearch.yml file. This is not supported in 5.x (index settings cannot be set at the cluster level) and should be replace with a template for all indices. 2016-08-22 10:20:43 +02:00
fields.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
params.asciidoc Removed docs for precision_step - no longer used 2016-06-21 15:19:12 +02:00
types.asciidoc Add new IPv6 types to docs where it's supported 2016-04-26 11:38:49 -07:00