You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2010/12/01 13:03:11 UTC

[jira] Resolved: (LUCENE-2786) no need for LowerCaseFilter from ArabicAnalyzer

     [ https://issues.apache.org/jira/browse/LUCENE-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-2786.
---------------------------------

    Resolution: Not A Problem

lowercasefilter is there for non-arabic text, for consistency with other analyzers.

> no need for LowerCaseFilter from ArabicAnalyzer
> -----------------------------------------------
>
>                 Key: LUCENE-2786
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2786
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/analyzers
>    Affects Versions: 3.0.2
>         Environment: All
>            Reporter: Ibrahim
>            Priority: Trivial
>
> No need for this line 171:
> result = new LowerCaseFilter(result);
> in ArabicAnalyzer
> simply because there is no lower case or upper case in Arabic language. it is totally not related to each other.

-- 
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org