elasticsearch/docs/reference/mapping
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
..
dynamic Disable _all by default 2017-01-11 16:47:13 -07:00
fields Allow an index to be partitioned with custom routing (#22274) 2017-01-18 08:51:23 +01:00
params Minor doc changes to clarify mapping index param for string type (#22652) 2017-01-17 16:43:11 +01:00
types Make boolean conversion strict (#22200) 2017-01-19 07:59:18 +01:00
dynamic-mapping.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
fields.asciidoc Disable _all by default 2017-01-11 16:47:13 -07:00
params.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
types.asciidoc Add RangeFieldMapper for numeric and date range types 2016-11-29 10:10:14 -06:00