Hello everyone, When im using &stats=true&stats=product_price parameter, it returns me the following structure:
<lst name="stats"> <lst name="stats_fields"> <lst name="produto_preco"> <double name="min">1.0</double> <double name="max">1.0</double> <long name="count">7</long> <long name="missing">0</long> <double name="sum">7.0</double> <double name="sumOfSquares">7.0</double> <double name="mean">1.0</double> <double name="stddev">0.0</double> </lst> </lst> </lst> What im looking for is these 2: <double name="min">1.0</double> <double name="max">1.0</double> Is it possible to them be returned as decimal values? Like this: <double name="min">1.00</double> <double name="max">1.00</double> Tnks! -- View this message in context: http://lucene.472066.n3.nabble.com/Stats-field-with-decimal-values-tp4008292.html Sent from the Solr - User mailing list archive at Nabble.com.