Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3B8E9AF9 for ; Tue, 28 Feb 2012 05:15:18 +0000 (UTC) Received: (qmail 37352 invoked by uid 500); 28 Feb 2012 05:15:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 36729 invoked by uid 500); 28 Feb 2012 05:15:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 36660 invoked by uid 99); 28 Feb 2012 05:15:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 05:15:10 +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; Tue, 28 Feb 2012 05:15:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 20CA433DBC1 for ; Tue, 28 Feb 2012 05:14:49 +0000 (UTC) Date: Tue, 28 Feb 2012 05:14:49 +0000 (UTC) From: "Bill Bell (Updated) (JIRA)" To: dev@lucene.apache.org Message-ID: <284268076.26669.1330406089135.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1761222367.610.1298867016916.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-2393) Clean up Double Metaphone code (PhoneticFilterFactory and DoubleMetaphoneFilter) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-2393?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bell updated SOLR-2393: ---------------------------- Attachment: SOLR-2393.patch =20 > Clean up Double Metaphone code (PhoneticFilterFactory and DoubleMetaphone= Filter) > -------------------------------------------------------------------------= ------- > > Key: SOLR-2393 > URL: https://issues.apache.org/jira/browse/SOLR-2393 > Project: Solr > Issue Type: Improvement > Affects Versions: 4.0 > Reporter: Bill Bell > Assignee: Jan H=C3=B8ydahl > Attachments: SOLR-2393.patch > > > From Ryan McKinley to Jan H=C3=B8ydahl: > PhoneticFilterFactory could check > "DoubleMetaphone".equals( encoder ) and then create the specialized > Filter. > I don't feel strongly, but we could have: > EncoderFilter -- just uses 'encode()' > DoubleMetaphoneFilter - uses special double metaphone stuff > EncoderFilterFactory -- always uses EncoderFilter, and is not > semantically bound to 'phonetic' > PhoneticFilterFactory -- picks the best phonetic filter impl (encoder > or double metaphone) > then deprecate: > PhoneticFilter > DoubleMetaphoneFilterFactory -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org