You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/05/03 08:38:15 UTC

[jira] Created: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

PhoneticFilterFactory -- support Metaphone/Soundex filters
----------------------------------------------------------

                 Key: SOLR-224
                 URL: https://issues.apache.org/jira/browse/SOLR-224
             Project: Solr
          Issue Type: New Feature
            Reporter: Ryan McKinley
            Priority: Minor


A simple FilterFactory to replace or inject terms encoded with commons codec functions:

http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-224:
-------------------------------

    Attachment: SOLR-224-PhoneticFilterFactory.patch

Cleaned up the patch  (removed a TON of accidentally included stuff)

> PhoneticFilterFactory -- support Metaphone/Soundex filters
> ----------------------------------------------------------
>
>                 Key: SOLR-224
>                 URL: https://issues.apache.org/jira/browse/SOLR-224
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: commons-codec-1.3.jar, SOLR-224-PhoneticFilterFactory.patch, SOLR-224-PhoneticFilterFactory.patch
>
>
> A simple FilterFactory to replace or inject terms encoded with commons codec functions:
> http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley reassigned SOLR-224:
----------------------------------

    Assignee: Ryan McKinley

> PhoneticFilterFactory -- support Metaphone/Soundex filters
> ----------------------------------------------------------
>
>                 Key: SOLR-224
>                 URL: https://issues.apache.org/jira/browse/SOLR-224
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>         Assigned To: Ryan McKinley
>            Priority: Minor
>         Attachments: commons-codec-1.3.jar, SOLR-224-PhoneticFilterFactory.patch, SOLR-224-PhoneticFilterFactory.patch
>
>
> A simple FilterFactory to replace or inject terms encoded with commons codec functions:
> http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley resolved SOLR-224.
--------------------------------

    Resolution: Fixed

in rev 537014

> PhoneticFilterFactory -- support Metaphone/Soundex filters
> ----------------------------------------------------------
>
>                 Key: SOLR-224
>                 URL: https://issues.apache.org/jira/browse/SOLR-224
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>         Assigned To: Ryan McKinley
>            Priority: Minor
>         Attachments: commons-codec-1.3.jar, SOLR-224-PhoneticFilterFactory.patch, SOLR-224-PhoneticFilterFactory.patch
>
>
> A simple FilterFactory to replace or inject terms encoded with commons codec functions:
> http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-224:
-------------------------------

    Attachment: commons-codec-1.3.jar
                SOLR-224-PhoneticFilterFactory.patch

A PhoneticFilterFactory that lets you choose one of:
 "DoubleMetaphone", "Metaphone", "Soundex", "RefinedSoundex"

The javadocs need some work and I'll take another cleanup pass.  There should also be somethign in the example schema.xml

(note: this started as LIA example code)



> PhoneticFilterFactory -- support Metaphone/Soundex filters
> ----------------------------------------------------------
>
>                 Key: SOLR-224
>                 URL: https://issues.apache.org/jira/browse/SOLR-224
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: commons-codec-1.3.jar, SOLR-224-PhoneticFilterFactory.patch
>
>
> A simple FilterFactory to replace or inject terms encoded with commons codec functions:
> http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494618 ] 

Yonik Seeley commented on SOLR-224:
-----------------------------------

Yep, builtin support for this "sounds" cool ;-)

> PhoneticFilterFactory -- support Metaphone/Soundex filters
> ----------------------------------------------------------
>
>                 Key: SOLR-224
>                 URL: https://issues.apache.org/jira/browse/SOLR-224
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ryan McKinley
>            Priority: Minor
>         Attachments: commons-codec-1.3.jar, SOLR-224-PhoneticFilterFactory.patch
>
>
> A simple FilterFactory to replace or inject terms encoded with commons codec functions:
> http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.