Browse Source

Explain nondeterministic template merging (#35405)

Peter Dyson 6 years ago
parent
commit
63a9571c4c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/indices/templates.asciidoc

+ 3 - 0
docs/reference/indices/templates.asciidoc

@@ -186,6 +186,9 @@ Note, for mappings, the merging is "deep", meaning that specific
 object/property based mappings can easily be added/overridden on higher
 order templates, with lower order templates providing the basis.
 
+NOTE: Multiple matching templates with the same order value will 
+result in a non-deterministic merging order.
+
 [float]
 [[versioning-templates]]
 === Template Versioning