OpenSearch/plugins/analysis-phonetic/src
Daniel Mitterdorfer aece89d6a1 Make boolean conversion strict (#22200)
This PR removes all leniency in the conversion of Strings to booleans: "true"
is converted to the boolean value `true`, "false" is converted to the boolean
value `false`. Everything else raises an error.
2017-01-19 07:59:18 +01:00
..
main/java/org/elasticsearch Make boolean conversion strict (#22200) 2017-01-19 07:59:18 +01:00
test Remove much ceremony from parsing client yaml test suites (#22311) 2016-12-22 11:00:34 -05:00