Fix an inaccuracy in the dynamic templates documentation. (#32890)
This commit is contained in:
parent
462e91d362
commit
815c56b677
|
@ -38,10 +38,10 @@ Dynamic templates are specified as an array of named objects:
|
||||||
<3> The mapping that the matched field should use.
|
<3> The mapping that the matched field should use.
|
||||||
|
|
||||||
|
|
||||||
Templates are processed in order -- the first matching template wins. New
|
Templates are processed in order -- the first matching template wins. When
|
||||||
templates can be appended to the end of the list with the
|
putting new dynamic templates through the <<indices-put-mapping, put mapping>> API,
|
||||||
<<indices-put-mapping,PUT mapping>> API. If a new template has the same
|
all existing templates are overwritten. This allows for dynamic templates to be
|
||||||
name as an existing template, it will replace the old version.
|
reordered or deleted after they were initially added.
|
||||||
|
|
||||||
[[match-mapping-type]]
|
[[match-mapping-type]]
|
||||||
==== `match_mapping_type`
|
==== `match_mapping_type`
|
||||||
|
|
Loading…
Reference in New Issue