Tom Hill created SOLR-8420:
------------------------------
Summary: Date statistics: sumOfSquares overflows long
Key: SOLR-8420
URL: https://issues.apache.org/jira/browse/SOLR-8420
Project: Solr
Issue Type: Bug
Components: SearchComponents - other
Affects Versions: 5.4
Reporter: Tom Hill
Priority: Minor
The values for Dates are large enough that squaring them overflows a "long"
field. This should be converted to a double.
StatsValuesFactory.java, line 755 DateStatsValues#updateTypeSpecificStats Add a
cast to double
sumOfSquares += ( (double)value * value * count);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]