Skip to content

Commit 2b19570

Browse files
ppf2jasontedor
authored andcommitted
Clarify settings and template on create index
This commit clarifies the interaction between settings specified in a create index request, and those that would come from any templates that apply to the create index request. Relates #26994
1 parent efa95ce commit 2b19570

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/indices/templates.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ and a simple pattern template that controls whether the template should be
88
applied to the new index.
99

1010
NOTE: Templates are only applied at index creation time. Changing a template
11-
will have no impact on existing indices.
11+
will have no impact on existing indices. When using the create index API, the settings/mappings
12+
defined as part of the create index call will take precedence over any matching settings/mappings
13+
defined in the template.
1214

1315
For example:
1416

0 commit comments

Comments
 (0)