Thanks.
- Noel
-Original Message-
From: "Jan Høydahl / Cominvent"
Sent: Monday, September 13, 2010 5:31am
To: solr-user@lucene.apache.org
Subject: Re: Sorting not working on a string field
Hi,
May you show us what result you actually get? Wouldn't it make more sense to
Hi,
May you show us what result you actually get? Wouldn't it make more sense to
choose a numeric fieldtype? To get proper sort order of numbers in a string
field, all number need to be exactly same length since order will be
lexiographical, i.e. "10" will come before "2", but after "02".
--
J