Thank you Yonik, looks like I missed previous reply. This is seems logical as Max Long in java script is (2^53 - 1), which the max value I can insert and validate through Admin UI. Never though Admin UI itself would trick me though.
On Thu, Sep 10, 2015 at 6:01 PM, Yonik Seeley <ysee...@gmail.com> wrote: > 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 >