Apply order: Template vs mapping

Does anybody know the order in which a new index's mapping is created?
You can create a new Index with mapping. If there's a template applicable for the index, what's the order?
The official doc only describe the order within templates.

the user supplied mapping of the index will overwrite mappings from the index templates.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.