[ https://issues.apache.org/jira/browse/SOLR-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217144#comment-13217144 ]
Jan Høydahl commented on SOLR-2393: ----------------------------------- Hi, can you re-upload the patch with name SOLR-2393.patch ? > Clean up Double Metaphone code (PhoneticFilterFactory and > DoubleMetaphoneFilter) > -------------------------------------------------------------------------------- > > 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øydahl > Attachments: SOLR-2383.diff > > > From Ryan McKinley to Jan Høydahl: > 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 administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org