Re: BigDecimal data type
: Is there a way to use BigDecimal as a data type in solr? I am using solr : 3.3. if you just want to *store* BigDecimals in a solr index, then just use StrField with the canonical representation -- but if you want to sort or do range queries on the values, then no. Given that BigDecimal value
BigDecimal data type
Hi, Is there a way to use BigDecimal as a data type in solr? I am using solr 3.3. Thanks.