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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/04/12 04:03:14 UTC

[jira] Created: (SOLR-1109) PhoneticFilterFactory doesn't handle maxCodeLength param

PhoneticFilterFactory doesn't handle maxCodeLength param
--------------------------------------------------------

                 Key: SOLR-1109
                 URL: https://issues.apache.org/jira/browse/SOLR-1109
             Project: Solr
          Issue Type: Bug
            Reporter: Yonik Seeley
            Priority: Minor


An exception is thrown when the maxCodeLength attribute is used on PhoneticFilterFactory.

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


[jira] Commented: (SOLR-1109) PhoneticFilterFactory doesn't handle maxCodeLength param

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

Yonik Seeley commented on SOLR-1109:
------------------------------------

committed since the patch is an obvious improvement, but I'll  leave this issue open a while for further review since I'm not familiar with these classes.

> PhoneticFilterFactory doesn't handle maxCodeLength param
> --------------------------------------------------------
>
>                 Key: SOLR-1109
>                 URL: https://issues.apache.org/jira/browse/SOLR-1109
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: SOLR-1109.patch
>
>
> An exception is thrown when the maxCodeLength attribute is used on PhoneticFilterFactory.

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


[jira] Resolved: (SOLR-1109) PhoneticFilterFactory doesn't handle maxCodeLength param

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

Yonik Seeley resolved SOLR-1109.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

> PhoneticFilterFactory doesn't handle maxCodeLength param
> --------------------------------------------------------
>
>                 Key: SOLR-1109
>                 URL: https://issues.apache.org/jira/browse/SOLR-1109
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1109.patch
>
>
> An exception is thrown when the maxCodeLength attribute is used on PhoneticFilterFactory.

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


[jira] Updated: (SOLR-1109) PhoneticFilterFactory doesn't handle maxCodeLength param

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

Yonik Seeley updated SOLR-1109:
-------------------------------

    Attachment: SOLR-1109.patch

Attaching patch.
Both the name lookup via reflection of setMaxCodeLen and the arguments it took were incorrect.

> PhoneticFilterFactory doesn't handle maxCodeLength param
> --------------------------------------------------------
>
>                 Key: SOLR-1109
>                 URL: https://issues.apache.org/jira/browse/SOLR-1109
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: SOLR-1109.patch
>
>
> An exception is thrown when the maxCodeLength attribute is used on PhoneticFilterFactory.

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