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

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-tp400829

Re: Stats field with decimal values

2012-09-17 Thread Jack Krupansky
Could you clue us in as to why this is important to you? I mean, any modern programming language should be capable of dealing with parsing "1.0" if it can deal with parsing "1.00". -- Jack Krupansky -Original Message- From: Gustav Sent: Monday, September 17, 2012 9:19 AM To: solr-use

Re: Stats field with decimal values

2009-04-30 Thread Nasseam Elkarra
I get the error doing stats or facet query on an sfloat. So the following query: q = *:*&facet = true &facet.mincount=1&facet.sort=true&facet.limit=-1&facet.field=salePrice Gives the following error: java.lang.StringIndexOutOfBoundsException: String index out of range: 2 at java.

Re: Stats field with decimal values

2009-04-30 Thread Shalin Shekhar Mangar
On Fri, May 1, 2009 at 12:27 AM, Nasseam Elkarra wrote: > 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.StringIndexOutOfBoun