: 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
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
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
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.
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