OpenSearch/plugins
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
..
analysis-icu Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00
analysis-kuromoji Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00
analysis-phonetic Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00
analysis-smartcn Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00
analysis-stempel Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00
delete-by-query Test: Make rest test framework accept http directly for the test cluster 2016-01-18 16:44:14 -08:00
discovery-azure migrate node.local and node.mode to new Setting infra 2016-01-26 14:40:46 +01:00
discovery-ec2 Merge branch 'malpani-aws-discovery-seoul' 2016-01-25 08:25:31 +01:00
discovery-gce Move discovery.* settings to new setting infrastructure 2016-01-22 15:35:00 +01:00
discovery-multicast Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
ingest-geoip test: cleanup static test resources 2016-01-26 21:17:05 +01:00
jvm-example Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
lang-javascript Test: Make rest test framework accept http directly for the test cluster 2016-01-18 16:44:14 -08:00
lang-plan-a Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
lang-python Test: Make rest test framework accept http directly for the test cluster 2016-01-18 16:44:14 -08:00
mapper-attachments Be stricter about parsing boolean values in mappings. 2016-01-27 09:06:00 +01:00
mapper-murmur3 Convert "path.*" and "pidfile" to new settings infra 2016-01-22 15:14:13 +01:00
mapper-size Be stricter about parsing boolean values in mappings. 2016-01-27 09:06:00 +01:00
repository-azure Move discovery.* settings to new setting infrastructure 2016-01-22 15:35:00 +01:00
repository-hdfs Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
repository-s3 Merge branch 'malpani-aws-discovery-seoul' 2016-01-25 08:25:31 +01:00
store-smb Merge pull request #16038 from rjernst/remove_site_plugin 2016-01-21 12:32:22 -08:00
build.gradle Build: Add fixture capabilities to integ tests 2015-12-19 15:46:21 -08:00