Hi, I don't have a very concrete suggestion for this, but maybe this will lead you in the right direction:
http://java.sun.com/javase/6/docs/api/java/text/Collator.html http://java.sun.com/javase/6/docs/api/java/text/spi/CollatorProvider.html You may also wish to bring this up on the Lucene java-user mailing list, as most of the sorting functionality in Solr comes directly from Lucene. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Uwe Klosa <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, May 29, 2008 3:36:39 AM > Subject: Re: Sorting in different languages > > On Wed, May 28, 2008 at 11:41 PM, Alexander Ramos Jardim < > [EMAIL PROTECTED]> wrote: > > > Well, > > > > One solution that I can see for this problem is having different indexes > > for > > each language. > > > > > In which way would that solve the sorting problem?