OpenSearch/modules/lang-mustache
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
..
licenses get gradle check passing for lang-mustache 2015-12-09 00:10:37 -05:00
src Be stricter about parsing boolean values in mappings. 2016-01-27 09:06:00 +01:00
build.gradle Cleanup ContextAndHeaderTransportTests 2016-01-18 16:14:58 -05:00