Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 37878 invoked from network); 9 Aug 2009 01:22:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Aug 2009 01:22:30 -0000 Received: (qmail 52216 invoked by uid 500); 9 Aug 2009 01:22:37 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 52133 invoked by uid 500); 9 Aug 2009 01:22:37 -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 52123 invoked by uid 99); 9 Aug 2009 01:22:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 01:22:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Aug 2009 01:22:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7DAA234C004 for ; Sat, 8 Aug 2009 18:22:14 -0700 (PDT) Message-ID: <806046947.1249780934804.JavaMail.jira@brutus> Date: Sat, 8 Aug 2009 18:22:14 -0700 (PDT) From: "Robert Muir (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1336) Add support for lucene's SmartChineseAnalyzer In-Reply-To: <108361670.1249468634861.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1336: ------------------------------ Attachment: SOLR-1336.patch add warning about large dictionaries, note that stopwords are being loaded from jar file, and add an international.xml with examples for several languages. > Add support for lucene's SmartChineseAnalyzer > --------------------------------------------- > > Key: SOLR-1336 > URL: https://issues.apache.org/jira/browse/SOLR-1336 > Project: Solr > Issue Type: New Feature > Components: Analysis > Reporter: Robert Muir > Attachments: SOLR-1336.patch, SOLR-1336.patch > > > SmartChineseAnalyzer was contributed to lucene, it indexes simplified chinese text as words. > if the factories for the tokenizer and word token filter are added to solr it can be used, although there should be a sample config or wiki entry showing how to apply the built-in stopwords list. > this is because it doesn't contain actual stopwords, but must be used to prevent indexing punctuation... > note: we did some refactoring/cleanup on this analyzer recently, so it would be much easier to do this after the next lucene update. > it has also been moved out of -analyzers.jar due to size, and now builds in its own smartcn jar file, so that would need to be added if this feature is desired. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.