OpenSearch/core
Adrien Grand c5f8e1b64d Do not parse numbers as both strings and numbers when not included in `_all`. #20167
We need to get the string representation of numbers in order to include in
`_all`. However this has a cost and disabling `_all` is rather common so we
should look into skipping it.
2016-08-26 10:00:36 +02:00
..
src Do not parse numbers as both strings and numbers when not included in `_all`. #20167 2016-08-26 10:00:36 +02:00
build.gradle Update to Jackson 2.8.1 2016-08-05 12:26:06 +02:00