Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 83661 invoked from network); 14 May 2003 17:58:34 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 May 2003 17:58:34 -0000 Received: (qmail 1627 invoked by uid 97); 14 May 2003 18:00:41 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 1619 invoked from network); 14 May 2003 18:00:39 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 May 2003 18:00:39 -0000 Received: (qmail 83213 invoked by uid 500); 14 May 2003 17:58:28 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 83202 invoked from network); 14 May 2003 17:58:28 -0000 Received: from web12707.mail.yahoo.com (216.136.173.244) by daedalus.apache.org with SMTP; 14 May 2003 17:58:28 -0000 Message-ID: <20030514175832.42191.qmail@web12707.mail.yahoo.com> Received: from [216.194.17.194] by web12707.mail.yahoo.com via HTTP; Wed, 14 May 2003 10:58:32 PDT Date: Wed, 14 May 2003 10:58:32 -0700 (PDT) From: Otis Gospodnetic Subject: Re: Indexing documents for several languages To: Lucene Users List In-Reply-To: <001d01c31a19$dac2a600$6001a8c0@labate> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > What the best practices? > > Do I have to create one index per language? That would be one option. > Do I have to write a custom analyzer that dynamically detects the > Document language and apply the right stemming, stop word list, etc? This is more complex, but sounds more attractive to me. One person had a language-recognition code that used a different Analyzer depending on the language. He has not contributed the code yet, unfortunately. Otis __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org