OpenSearch/plugins/mapper-size/src
Adrien Grand 35709f62b6 Be stricter about parsing boolean values in mappings.
Parsing is currently very lenient, which has the bad side-effect that if you
have a typo and pass eg. `store: fasle` this will actually be interpreted as
`store: true`. Since mappings can't be changed after the fact, it is quite bad
if it happens on an index that already contains data.

Note that this does not cover all settings that accept a boolean, but since the
PR was quite hard to build and already covers some main settirgs like `store`
or `doc_values` this would already be a good incremental improvement.
2016-01-27 09:06:00 +01:00
..
main/java/org/elasticsearch Be stricter about parsing boolean values in mappings. 2016-01-27 09:06:00 +01:00
test Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00