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
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
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