OpenSearch/modules
Adrien Grand 5d5c6591aa Validate that fields are defined only once.
There are two ways that a field can be defined twice:
 - by reusing the name of a meta mapper in the root object (`_id`, `_routing`,
   etc.)
 - by defining a sub-field both explicitly in the mapping and through the code
   in a field mapper (like ExternalMapper does)

This commit adds new checks in order to make sure this never happens.

Close #15057
2015-12-15 10:37:18 +01:00
..
lang-expression Remove now-dead code in expressions (fixed in https://issues.apache.org/jira/browse/LUCENE-6920) 2015-12-10 14:50:32 -05:00
lang-groovy Validate that fields are defined only once. 2015-12-15 10:37:18 +01:00
lang-mustache Remove RuntimePermission("accessDeclaredMembers") 2015-12-10 14:26:55 -05:00
build.gradle added gradle checks for modules configuration, and ability to add 2015-12-03 20:53:06 -08:00