[
https://issues.apache.org/jira/browse/SOLR-6547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176006#comment-14176006
]
Shawn Heisey edited comment on SOLR-6547 at 10/18/14 2:12 PM:
--------------------------------------------------------------
QTime is always in milliseconds, no matter what size the primitive datatype is.
The maximum value of a signed integer is 2147483647. In seconds, this is
about 68 years -- the UNIX epoch is the beginning of 1970, and the 32-bit
signed counter will run out in 2038. In milliseconds, this number is only 24
days.
was (Author: elyograg):
QTime is always in milliseconds, no matter what size the primitive datatype is.
> CloudSolrServer query getqtime Exception
> ----------------------------------------
>
> Key: SOLR-6547
> URL: https://issues.apache.org/jira/browse/SOLR-6547
> Project: Solr
> Issue Type: Bug
> Components: SolrJ
> Affects Versions: 4.10
> Reporter: kevin
>
> We are using CloudSolrServer to query ,but solrj throw Exception ;
> java.lang.ClassCastException: java.lang.Long cannot be cast to
> java.lang.Integer at
> org.apache.solr.client.solrj.response.SolrResponseBase.getQTime(SolrResponseBase.java:76)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]