OpenSearch/server
Yannick Welsch 1891d4f83d
Check presence of multi-types before validating new mapping (#29316)
Before doing any kind of validation on a new mapping, we should first do the multi-type validation in
order to provide better error messages. For #29313, this means that the exception message will be
Rejecting mapping update to [range_index_new] as the final mapping would have more than 1 type:
[_doc, mytype]
instead of
[expected_attendees] is defined as an object in mapping [mytype] but this name is already used for
a field in other types
2018-04-04 10:26:50 +01:00
..
cli CLI: Close subcommands in MultiCommand (#28954) 2018-03-16 09:59:23 +11:00
licenses Upgrade to lucene-7.3.0-snapshot-98a6b3d. (#29298) 2018-04-03 09:27:14 +02:00
src Check presence of multi-types before validating new mapping (#29316) 2018-04-04 10:26:50 +01:00
build.gradle Build: Fix Java9 MR build (#29312) 2018-04-03 10:22:12 -07:00