Kevin Risden created SOLR-9066:
----------------------------------

             Summary: Make CountMetric return long instead of double
                 Key: SOLR-9066
                 URL: https://issues.apache.org/jira/browse/SOLR-9066
             Project: Solr
          Issue Type: Bug
    Affects Versions: 6.0, master
            Reporter: Kevin Risden


CountMetric currently is forced to return a double when it should return a 
long. This causes issues with SQL integration. The Metric abstract class 
getValue() should be a Number and not a double. A few minor changes must be 
made to the other *Metric classes to support this.



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