OpenSearch/rest-api-spec/test/indices.get_mapping
Adrien Grand 1adf232bb2 Mappings: Validate dynamic mappings updates on the master node.
This commit changes dynamic mappings updates so that they are synchronous on the
entire cluster and their validity is checked by the master node. There are some
important consequences of this commit:
 - a failing index request on a non-existing type does not implicitely create
   the type anymore
 - dynamic mappings updates cannot create inconsistent mappings on different
   shards
 - indexing requests that introduce new fields might induce latency spikes
   because of the overhead to update the mappings on the master node

Close #8688
2015-04-21 11:08:21 +02:00
..
10_basic.yaml Mappings: Validate dynamic mappings updates on the master node. 2015-04-21 11:08:21 +02:00
20_missing_type.yaml Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
30_missing_index.yaml tests for get_mapping 2013-07-15 14:53:32 +02:00
40_aliases.yaml Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
50_wildcard_expansion.yaml Mappings: Validate dynamic mappings updates on the master node. 2015-04-21 11:08:21 +02:00
60_empty.yaml Indices API: Fix to make GET Index API consistent with docs 2015-01-08 08:48:44 +00:00