You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I saw that my parser put 10 as BigDecimal, but why does it fail for bigdecimal? I suppose it is because there is no serialization for BigDecimal over the wire?
Elasticsearch version (
bin/elasticsearch --version
): 5.5Plugins installed: []
JVM version (
java -version
): 1.8.0_144OS version (
uname -a
if on a Unix-like system): OSX High SierraDescription of the problem including expected versus actual behavior:
I have the following query that is sent by transport client, generated by some code, I got it from the debug mode:
It throws the following exception:
It executes nicely via the rest API in Kibana:
The text was updated successfully, but these errors were encountered: