[ 
https://issues.apache.org/jira/browse/SOLR-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239800#comment-13239800
 ] 

Uwe Schindler commented on SOLR-3272:
-------------------------------------

Hi, the patch has one problem (unrelated to the JAR file problem): It uses 
toUpperCase() without locale, so uppercasing with e.g. Turkish locale will fail 
horrible. This type of code must use toUpperCase(Locale.ENGLISH).

It the JAR file already included with analysis module? I don't really 
understand the problem with the JAR file.
                
> Solr filter factory for MorfologikFilter
> ----------------------------------------
>
>                 Key: SOLR-3272
>                 URL: https://issues.apache.org/jira/browse/SOLR-3272
>             Project: Solr
>          Issue Type: New Feature
>          Components: Schema and Analysis
>    Affects Versions: 4.0
>            Reporter: Rafał Kuć
>            Assignee: Dawid Weiss
>             Fix For: 4.0
>
>         Attachments: SOLR-3272-with-javadoc-example-usage.patch, 
> SOLR-3272.patch, SOLR-3727-new.patch
>
>
> I didn't find MorfologikFilter factory in Solr, so here is a simple. Maybe 
> someone will have make use of it :)

--
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

Reply via email to