2015-08-06 11:24:29 -04:00
|
|
|
[[default-mapping]]
|
|
|
|
=== `_default_` mapping
|
|
|
|
|
2017-07-05 06:30:19 -04:00
|
|
|
deprecated[6.0.0,See <<removal-of-types>>]
|
|
|
|
|
|
|
|
The default mapping, which will be used as the base mapping for a new
|
|
|
|
mapping type, can be customised by adding a mapping type with the name
|
2015-08-06 11:24:29 -04:00
|
|
|
`_default_` to an index, either when
|
|
|
|
<<indices-create-index,creating the index>> or later on with the
|
|
|
|
<<indices-put-mapping,PUT mapping>> API.
|
|
|
|
|
2017-07-05 06:30:19 -04:00
|
|
|
The documentation for this feature has been removed as it no longer makes
|
|
|
|
sense in 6.x where there can be only a single type per index.
|
2015-08-06 11:24:29 -04:00
|
|
|
|