Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 78035 invoked from network); 1 Feb 2007 15:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 15:35:54 -0000 Received: (qmail 89692 invoked by uid 500); 1 Feb 2007 15:36:00 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 89662 invoked by uid 500); 1 Feb 2007 15:36:00 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 89653 invoked by uid 99); 1 Feb 2007 15:36:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 07:36:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [216.180.225.50] (HELO global.dnsprotect.com) (216.180.225.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 07:35:49 -0800 Received: from [212.145.109.251] (helo=[192.168.1.60]) by global.dnsprotect.com with esmtpa (Exim 4.63) (envelope-from ) id 1HCdyB-00076Q-S8 for solr-dev@lucene.apache.org; Thu, 01 Feb 2007 10:35:28 -0500 Message-ID: <45C208BC.2000300@3.14financial.com> Date: Thu, 01 Feb 2007 16:35:24 +0100 From: Manuel Albela Miranda User-Agent: Mail/News 1.5 (X11/20060228) MIME-Version: 1.0 To: solr-dev@lucene.apache.org Subject: Re: Searching with accents References: <45C1D0EE.3040303@3.14financial.com> <1170330397.11477.0.camel@localhost> In-Reply-To: <1170330397.11477.0.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - global.dnsprotect.com X-AntiAbuse: Original Domain - lucene.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - 3.14financial.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Thorsten Scherler wrote: > On Thu, 2007-02-01 at 12:37 +0100, Manuel Albela Miranda wrote: > >> Hello everybody, >> >> Do you know if there is a way to search with and without accents without >> duplicate a field?. >> >> I have a large index (60Gb) and don't want to have two fields with the >> same content one with accents and the other one without them because >> this field is the biggest in the index. >> >> Again, hope you can help me. >> > > Try something like this in your schema.xml: > positionIncrementGap="100"> > > > > > > > > > > > HTH > > salu2 > > >> Thank you very much. >> >> Regards. >> >> Manu >> >> Hi Thorsten, First of all, thank you for your message. I've working around the schema.xml file with the lines you sent me. Now i can filter the query, but the problem is that i have accents in my index so, when i search for words with accents, solr only search for the word without them and i need both of them. I don't know if there is a way to do this. Regards. Manu.