OpenSearch/rest-api-spec/src/main/resources/rest-api-spec
Mayya Sharipova 80c5d30f30
XContentBuilder to handle BigInteger and BigDecimal (#32888)
Although we allow to index BigInteger and BigDecimal into a keyword
field, source filtering on these fields would fail
as XContentBuilder was not able to deserialize BigInteger and BigDecimal
to json.

This modifies XContentBuilder to allow to handle BigInteger and
BigDecimal.

Closes #32395
2018-09-26 14:24:31 -04:00
..
api Reload Secure Settings REST specs & docs (#32990) 2018-08-26 14:49:32 +03:00
test XContentBuilder to handle BigInteger and BigDecimal (#32888) 2018-09-26 14:24:31 -04:00