mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
When upgrading to ES 1.0 the existing mappings with a multi-field type automatically get replaced to a core field with the new `fields` option. If a `multi_field` type-ed field doesn't have a main / default field, a default field will be chosen for the multi fields syntax. The new main field type will be equal to the first `multi_field` fields' field or type string if no fields have been configured for the `multi_field` field and in both cases the default index will not be indexed (`index=no` is set on the default field). If a `multi_field` typed field has a default field, that field will replace the `multi_field` typed field. Closes to #4521
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
[[mapping-misc]]
|
|
== Miscellaneous
|
|
|
|
include::mapping/date-format.asciidoc[]
|
|
|
|
include::mapping/conf-mappings.asciidoc[]
|
|
|
|
include::mapping/meta.asciidoc[]
|
|
|
|
include::mapping/multi-fields.asciidoc[]
|