You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Karl Wettin (JIRA)" <ji...@apache.org> on 2008/12/29 03:46:44 UTC

[jira] Created: (LUCENE-1501) Phonetic filters

Phonetic filters
----------------

                 Key: LUCENE-1501
                 URL: https://issues.apache.org/jira/browse/LUCENE-1501
             Project: Lucene - Java
          Issue Type: New Feature
          Components: contrib/*
            Reporter: Karl Wettin
            Assignee: Karl Wettin
            Priority: Minor


Metaphone, double metaphone, soundex and refined soundex filters using commons codec API.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Commented: (LUCENE-1501) Phonetic filters

Posted by "Karl Wettin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660196#action_12660196 ] 

Karl Wettin commented on LUCENE-1501:
-------------------------------------

bq. Ryan McKinley - 30/Dec/08 10:36 AM
bq. FYI, solr includes phonetic filters also... perhaps we should consolidate?

Ah, yes I think we should. I'll take a look at how they differ.

> Phonetic filters
> ----------------
>
>                 Key: LUCENE-1501
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1501
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: contrib/*
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>            Priority: Minor
>         Attachments: LUCENE-1501.txt
>
>
> Metaphone, double metaphone, soundex and refined soundex filters using commons codec API.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Updated: (LUCENE-1501) Phonetic filters

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

Karl Wettin updated LUCENE-1501:
--------------------------------

    Attachment: LUCENE-1501.txt

This is in need of a bit of documentation about the different algorithms. It could also use some tests with with alternative languages.


> Phonetic filters
> ----------------
>
>                 Key: LUCENE-1501
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1501
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: contrib/*
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>            Priority: Minor
>         Attachments: LUCENE-1501.txt
>
>
> Metaphone, double metaphone, soundex and refined soundex filters using commons codec API.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Commented: (LUCENE-1501) Phonetic filters

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659881#action_12659881 ] 

Ryan McKinley commented on LUCENE-1501:
---------------------------------------

FYI, solr includes phonetic filters also...  perhaps we should consolidate?
 
http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/analysis/DoubleMetaphoneFilter.java
http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/analysis/PhoneticFilter.java

> Phonetic filters
> ----------------
>
>                 Key: LUCENE-1501
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1501
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: contrib/*
>            Reporter: Karl Wettin
>            Assignee: Karl Wettin
>            Priority: Minor
>         Attachments: LUCENE-1501.txt
>
>
> Metaphone, double metaphone, soundex and refined soundex filters using commons codec API.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org