Re: JSON facet SUM precision and accuracy is incorrect

2017-08-24 Thread pchankh
Dear Yonik, Thanks for the response. As many companies using solr are using function to compute results, the loss of precision is a critical problem to resolve and is important to us. How can we escalate this given that there is already a JIRA filed in 2016. Appreciate if the Solr team can help

Re: JSON facet SUM precision and accuracy is incorrect

2017-08-13 Thread Zheng Lin Edwin Yeo
Hi Yonik, Thanks for your reply. Will this be solved in the Solr 7.0 version? For now, is there other method which we can do to overcome this issue? Regards, Edwin On 8 August 2017 at 19:56, Yonik Seeley wrote: > This is due to function queries currently lacking type information > (this pro

Re: JSON facet SUM precision and accuracy is incorrect

2017-08-08 Thread Yonik Seeley
This is due to function queries currently lacking type information (this problem will occur anywhere function queries are used and is not unique to JSON Facet). Function queries were originally only used in lucene scoring (which only uses float). The inner sum(amount1_d,amount2_d) uses SumFloatFunc