Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 30246 invoked from network); 26 Jun 2009 13:02:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 13:02:28 -0000 Received: (qmail 27252 invoked by uid 500); 26 Jun 2009 13:02:38 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 27170 invoked by uid 500); 26 Jun 2009 13:02:37 -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 27159 invoked by uid 99); 26 Jun 2009 13:02:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 13:02:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [212.27.42.3] (HELO smtp3-g21.free.fr) (212.27.42.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 13:02:28 +0000 Received: from smtp3-g21.free.fr (localhost [127.0.0.1]) by smtp3-g21.free.fr (Postfix) with ESMTP id 25D3E818111 for ; Fri, 26 Jun 2009 15:02:02 +0200 (CEST) Received: from [192.168.0.104] (gam64-1-82-243-192-239.fbx.proxad.net [82.243.192.239]) by smtp3-g21.free.fr (Postfix) with ESMTP id 355238180D3 for ; Fri, 26 Jun 2009 15:02:00 +0200 (CEST) Message-ID: <4A44C6CA.9000202@free.fr> Date: Fri, 26 Jun 2009 15:02:02 +0200 From: =?ISO-8859-1?Q?S=E9bastien_Lamy?= User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: Re: facets: case and accent insensitive sort References: <4A44A4BA.4030805@free.fr> <69de18140906260402i42b1f639r11645b23daa38c6@mail.gmail.com> <4A44BFD0.5030203@free.fr> <69de18140906260539i347f0a4ep52f3fb24cf8dd9ad@mail.gmail.com> In-Reply-To: <69de18140906260539i347f0a4ep52f3fb24cf8dd9ad@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Shalin Shekhar Mangar a �crit : > On Fri, Jun 26, 2009 at 6:02 PM, S�bastien Lamy wrote: > > >> If I use a copyField to store into a string type, and facet on that, my >> problem remains: >> The facets are sorted case and accent sensitive. And I want an >> *insensitive* sort. >> If I use a copyField to store into a type with no accents and case (e.g >> alphaOnlySort), then solr return me facet values with no accents and no >> case. And I want the facet values returned by solr to *have accents and >> case*. >> > Ah, of course you are right. There is no way to do this right now except at > the client side. > Thank you for your response. Would it be easy to modify Solr to behave like I want. Where should I start to investigate?