Stats field with decimal values

2012-09-17 Thread Gustav
/double Tnks! -- View this message in context: http://lucene.472066.n3.nabble.com/Stats-field-with-decimal-values-tp4008292.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Stats field with decimal values

2012-09-17 Thread Jack Krupansky
@lucene.apache.org Subject: Stats field with decimal values Hello everyone, When im using stats=truestats=product_price parameter, it returns me the following structure: lst name=stats lst name=stats_fields lst name=produto_preco double name=min1.0/double double name=max1.0/double long name=count7

Re: Stats field with decimal values

2012-09-17 Thread Gustav
Well, my client is asking if is it possible, im just providing the search enginne to him, not working directly with the application. Dont know exactly in what language he is programming. -- View this message in context: http://lucene.472066.n3.nabble.com/Stats-field-with-decimal-values

RE: Stats field with decimal values

2012-09-17 Thread Swati Swoboda
: Gustav [mailto:xbihy...@sharklasers.com] Sent: Monday, September 17, 2012 1:10 PM To: solr-user@lucene.apache.org Subject: Re: Stats field with decimal values Well, my client is asking if is it possible, im just providing the search enginne to him, not working directly with the application. Dont

Stats field with decimal values

2009-04-30 Thread Nasseam Elkarra
Hello, I'm getting an error when trying to create stats on an sfloat field. The field is for price and when there is no decimal it works fine but when there is a decimal (e.g., 24.99) I get an error: java.lang.StringIndexOutOfBoundsException: String index out of range: 2 Changing the

Re: Stats field with decimal values

2009-04-30 Thread Shalin Shekhar Mangar
On Fri, May 1, 2009 at 12:27 AM, Nasseam Elkarra nass...@bodukai.comwrote: Hello, I'm getting an error when trying to create stats on an sfloat field. The field is for price and when there is no decimal it works fine but when there is a decimal (e.g., 24.99) I get an error: