Re: BigDecimal Solr Field in schema

2016-05-06 Thread Shawn Heisey
On 5/5/2016 11:22 PM, Roshan Kamble wrote: > I am using Solr 6.0.0 in cloud mode and have requirement to support all > number in BigDecimal > > Does anyone know which solr field type should be used for BigDecimal? > > I tried using DoubleTrieField but it does not meet the requirement and round >

BigDecimal Solr Field in schema

2016-05-05 Thread Roshan Kamble
Hello All, I am using Solr 6.0.0 in cloud mode and have requirement to support all number in BigDecimal Does anyone know which solr field type should be used for BigDecimal? I tried using DoubleTrieField but it does not meet the requirement and round up very big number approx. after 16 digit.