Currently we silently ignore invalid field mappings, eg: ``` PUT test1 { "mappings": { "searchText": { "properties": { "foo": { "type": "string", "anlayzer": "snowball", "foo": "bar" } } } } } ``` We should throw an exception instead. Related to #8870
Currently we silently ignore invalid field mappings, eg:
We should throw an exception instead.
Related to #8870