[ 
https://issues.apache.org/jira/browse/SOLR-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170772#comment-15170772
 ] 

Tomás Fernández Löbbe commented on SOLR-8671:
---------------------------------------------

Hmmm, for some reason the commit didn't make it to the Jira, maybe because I 
used a colon in the commit message.
{noformat}
commit ae4d77ae488fe3c2edf0f9477d843e2433a07a7c
Author: Tomás Fernández Löbbe <[email protected]>
Date:   Sat Feb 27 14:02:30 2016 -0800

    SOLR-8671: Date statistics: make "sum" a double instead of a long/date
{noformat}

> Date statistics: make "sum" a double instead of a long/date
> -----------------------------------------------------------
>
>                 Key: SOLR-8671
>                 URL: https://issues.apache.org/jira/browse/SOLR-8671
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Tomás Fernández Löbbe
>            Assignee: Tomás Fernández Löbbe
>             Fix For: master
>
>         Attachments: 0001-change-date-sum-to-double.patch
>
>
> Currently {{DateStatsValues#sum}} is defined as long, and returned as a date. 
> This has two problems: It overflows (with ~6 million values), and the return 
> value can be a date like {{<date name="sum">122366-06-12T21:06:06Z</date>}}. 
> I think we should just change this stat to a double. See SOLR-8420.
> I think we can change this only in master, since it will break backward 
> compatibility.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to