You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Lasitha Wattaladeniya <wa...@gmail.com> on 2017/06/06 03:29:42 UTC

Java bigdecimal equivalent field type in solr

Hi devs,

Can you please help me to identify what is the java bigdecimal equivalent
field type in solr. Currently I was indexing the float value of the
bigdecimal to a *_f field. But it looses precision when I call the
Bigdecimal.floatValue() method

Regards,
Lasitha