On Thu, Sep 10, 2015 at 5:43 PM, Pushkar Raste <pushkar.ra...@gmail.com> wrote:
Did you see my previous response to you today? http://markmail.org/message/wt6db4ocqmty5a42 Try querying a different way, like from the command line using curl, or from your browser, but not through the solr admin. [...] > My test case shows that MAX Value Solr can store without losing precision > is 18014398509481982. This is equivalent to '2 ^53 - 1' (Not really sure > if this computation really means something). 53 happens to be the effective number of mantissa bits in a 64 bit double precision floating point ;-) -Yonik