Return-Path: Delivered-To: apmail-incubator-lucy-issues-archive@minotaur.apache.org Received: (qmail 40045 invoked from network); 11 Mar 2011 23:38:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Mar 2011 23:38:24 -0000 Received: (qmail 98668 invoked by uid 500); 11 Mar 2011 23:38:23 -0000 Delivered-To: apmail-incubator-lucy-issues-archive@incubator.apache.org Received: (qmail 98651 invoked by uid 500); 11 Mar 2011 23:38:23 -0000 Mailing-List: contact lucy-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucy-issues@incubator.apache.org Delivered-To: mailing list lucy-issues@incubator.apache.org Received: (qmail 98643 invoked by uid 99); 11 Mar 2011 23:38:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 23:38:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 23:38:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A6F543A45FF for ; Fri, 11 Mar 2011 23:37:59 +0000 (UTC) Date: Fri, 11 Mar 2011 23:37:59 +0000 (UTC) From: "Marvin Humphrey (JIRA)" To: lucy-issues@incubator.apache.org Message-ID: <634677543.14716.1299886679680.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <124411769.14158.1299871079802.JavaMail.tomcat@hel.zones.apache.org> 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 Subject: [lucy-issues] [jira] Resolved: (LUCY-132) Move Tokenizer, Stemmer, Stopalizer [ https://issues.apache.org/jira/browse/LUCY-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey resolved LUCY-132. ---------------------------------- Resolution: Fixed Assignee: Marvin Humphrey Committed as r1080735, r1080766, and r1080795. > Move Tokenizer, Stemmer, Stopalizer > ----------------------------------- > > Key: LUCY-132 > URL: https://issues.apache.org/jira/browse/LUCY-132 > Project: Lucy > Issue Type: Improvement > Components: Analysis > Affects Versions: 0.1-incubating > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Minor > Fix For: 0.1-incubating > > Attachments: regex_tokenizer.patch, snowball_stemmer.patch, snowball_stopfilter.patch > > > In anticipation of creating interfaces using generic names such as > "Tokenizer", "Stemmer", and "StopFilter", we should vacate those class names > and give the current implementations more specific names: > {noformat} > Lucy::Analysis::Tokenizer => Lucy::Analysis::RegexTokenizer > Lucy::Analysis::Stemmer => Lucy::Analysis::SnowballStemmer > Lucy::Analysis::Stopalizer => Lucy::Analysis::SnowballStopFilter > {noformat} > Discussion: , . -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira