: Are we using DecimalFormat class somewhere?

I had to check, when using the XML output at least, a simple
Double.toString(val) is used...

: 1.199999999E7
:
: I post (ASCII string) value 1.2E7 via XML POST, of course SOLR should return
: 1.2E7; I'll try to post 11999999.99, let's see... Field is defined as
: sdouble now...

while it may not be ideal for display, 1.199999999E7 == 11999999.99,
there's no loss of precission there.


-Hoss

Reply via email to