. august 2012 19:00
To: solr-user@lucene.apache.org
Subject: Re: Facet sort numeric values
the problem you're running into is that lexical ordering of numeric data !=
numeric ordering. If you have a mixed alpha and numeric data, you man not
care if the alpha stuff is first, i.e.
asdb456
as
kerø
> @ Gurusoft AS
> Mobil: 944 89 054
> QR-Code (Kontaktinfo)
>
> -Original Message-
> From: Chris Hostetter [mailto:hossman_luc...@fucit.org]
> Sent: 14. august 2012 17:45
> To: solr-user@lucene.apache.org
> Subject: Re: Facet sort numeric values
>
>
> : I'm h
lr-user@lucene.apache.org
Subject: Re: Facet sort numeric values
: I'm having a problem with sorting facets. I am using the facet.sort=index
: parameter and it works fine for most of the values.
...
: Eksample, when sorting "15, 6, 23, 7, 10, 90" it sorts like this: "10,
: I'm having a problem with sorting facets. I am using the facet.sort=index
: parameter and it works fine for most of the values.
...
: Eksample, when sorting "15, 6, 23, 7, 10, 90" it sorts like this: "10, 15,
: 23, 6, 7, 90", but what I wanted was "6, 7, 10, 15, 23, 90".
what field type