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.