Fix mistake in notes around dynamic template validation. (#60726)

The double bracket notation is incorrect.
This commit is contained in:
Martijn van Groningen 2020-08-05 14:39:43 +02:00
parent e5dce5e805
commit 160f27f77c
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ snippet may cause the update or validation of a dynamic template to fail under c
is considered valid as string type, but if a field matching the dynamic template is indexed as a long, a validation is considered valid as string type, but if a field matching the dynamic template is indexed as a long, a validation
error is returned at index time. error is returned at index time.
* If the `{{name}}` placeholder is used in the mapping snippet, validation is skipped when updating the dynamic * If the `{name}` placeholder is used in the mapping snippet, validation is skipped when updating the dynamic
template. This is because the field name is unknown at that time. Instead, validation occurs when the template is applied template. This is because the field name is unknown at that time. Instead, validation occurs when the template is applied
at index time. at index time.