Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 12922 invoked from network); 29 May 2008 17:27:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 17:27:19 -0000 Received: (qmail 99361 invoked by uid 500); 29 May 2008 17:27:17 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 99339 invoked by uid 500); 29 May 2008 17:27:17 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 99328 invoked by uid 99); 29 May 2008 17:27:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 10:27:17 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of uwe.klosa@gmail.com designates 74.125.44.30 as permitted sender) Received: from [74.125.44.30] (HELO yx-out-2324.google.com) (74.125.44.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 17:26:28 +0000 Received: by yx-out-2324.google.com with SMTP id 31so318819yxl.5 for ; Thu, 29 May 2008 10:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=HjzBFOKDaNNHdl5W+UcMB0a7KqQiL4HHQF8mSz8HeIc=; b=Q/42s1TEHCxexK9xhtuNsAPiwz7d64cEsYOWN0G+2aLPSGTiBW1shmo0/pAOgfBcW1pbsiAMxrusOlcg8LcPk0OP1T8DZL1RmrMOPJol+Wf7ivYJuYvffj8/7QtvuIF1pI/lTun/sYc229c6NHhF1ECc6c5Qri268CFEWbs33PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ggaLtIqYppKniYQQpAMjX7gUEtOGlkXVS5qeEg2V6EgBAhUiroalwdjxNfLm1JmdTzJhXdm32UbMPAx2csil8L0x7qFhhDZ2H8kYVEDNuuYiji4waIC4OEK9UVTeOwHqWcF91FmizGHTmZ4Tcg2drwVOqo5C1YBvdDNZnocayp8= Received: by 10.143.33.19 with SMTP id l19mr1698412wfj.112.1212082004108; Thu, 29 May 2008 10:26:44 -0700 (PDT) Received: by 10.142.135.13 with HTTP; Thu, 29 May 2008 10:26:44 -0700 (PDT) Message-ID: <95ab3b020805291026o18d9242fg8168a288f27eab20@mail.gmail.com> Date: Thu, 29 May 2008 19:26:44 +0200 From: "Uwe Klosa" To: solr-user@lucene.apache.org Subject: Re: Sorting in different languages In-Reply-To: <573655.71969.qm@web50303.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9465_28335951.1212082004130" References: <573655.71969.qm@web50303.mail.re2.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9465_28335951.1212082004130 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for the hints. I have been aware of the Collator. Actually a colleague of mine has written a Collator based sorting Class for lucene. See: https://issues.apache.org/jira/browse/LUCENE-943. This was almost 2 years ago and I only wanted to know if there is already a solution in Solr 1.3 or Lucene. Thanks for all the responses. Uwe On Thu, May 29, 2008 at 6:35 PM, Otis Gospodnetic < otis_gospodnetic@yahoo.com> wrote: > 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 > > 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 < > > alexander.ramos.jardim@gmail.com> 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? > > ------=_Part_9465_28335951.1212082004130--