Re: Sorting on text-fields with international characters

2008-12-08 Thread Koji Sekiguchi
Hello Joel, Using MappingCharFilter with mapping-ISOLatin1Accent.txt on your sort field can solve your problem: mapping="mapping-ISOLatin1Accent.txt" /> CharFilter is in trunk/Solr 1.4, though, if you use Solr 1.3, you can download a patch for Solr 1.3: ht

RE: Sorting on text-fields with international characters

2008-12-08 Thread Lance Norskog
--Original Message- From: Feak, Todd [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 2:45 PM To: solr-user@lucene.apache.org Subject: RE: Sorting on text-fields with international characters One option is to add an additional field for sorting. Create a copy of the field you want to sor

RE: Sorting on text-fields with international characters

2008-12-08 Thread Steven A Rowe
Hi Joel, On 12/08/2008 at 5:37 PM, Joel Karlsson wrote: > Is there any way to get Solr to sort properly on a text field containing > international, in my case swedish, letters? It doesn't sort å,ä and ö > in the proper order. I wrote a Lucene patch that stores CollationKeys generated by a user-s

RE: Sorting on text-fields with international characters

2008-12-08 Thread Feak, Todd
, 2008 2:38 PM To: solr-user@lucene.apache.org Subject: Sorting on text-fields with international characters Hello, Is there any way to get Solr to sort properly on a text field containing international, in my case swedish, letters? It doesn't sort å,ä and ö in the proper order. Also, is ther

Sorting on text-fields with international characters

2008-12-08 Thread Joel Karlsson
Hello, Is there any way to get Solr to sort properly on a text field containing international, in my case swedish, letters? It doesn't sort å,ä and ö in the proper order. Also, is there any way to get Solr to sort, i.e, á, à or â together with the "regular" a's? Thanks in advance! // Joel