This adds the `index.mapping.single_type` setting, which enforces that indices have at most one type when it is true. The default value is true for 6.0+ indices and false for old indices. Relates #15613
Cleans up the example result in `children-aggregation` so that it matches the example data. Relates to #18160