Re: Very big numbers

2009-09-24 Thread Lance Norskog
t. Solr is generally not a math engine so you won't miss much. On Wed, Sep 23, 2009 at 1:56 PM, Jonathan Ariel wrote: > Hi! I need to index in solr very big numbers. Something like > 99,999,999,999,999.99 > Right now i'm using an sdouble field type because I need to make range &

Very big numbers

2009-09-23 Thread Jonathan Ariel
Hi! I need to index in solr very big numbers. Something like 99,999,999,999,999.99 Right now i'm using an sdouble field type because I need to make range queries on this field. The problem is that the field value is being returned in scientific notation. Is there any way to avoid that? T