RE: Facet sort numeric values

2012-08-15 Thread Aleksander Akerø
. 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

Re: Facet sort numeric values

2012-08-15 Thread Erick Erickson
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

RE: Facet sort numeric values

2012-08-14 Thread Aleksander Akerø
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,

Re: Facet sort numeric values

2012-08-14 Thread Chris Hostetter
: 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

Facet sort numeric values

2012-08-14 Thread Aleksander Akerø
Hi 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. But for numeric values the sorting goes a bit off. Eksample, when sorting "15, 6, 23, 7, 10, 90" it sorts like this: "10, 15, 23, 6, 7, 90", but what I wanted wa