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

Shawn Heisey resolved LUCENE-4907.
----------------------------------

    Resolution: Not A Problem

To use the ICU analysis components, you need two extra jars in your classpath.  
For 4.2.0, these are:

icu4j-49.1.jar
lucene-analyzers-icu-4.2.0.jar

You should be able to find these in your binary download or when you build from 
source.  For the lucene binary download, they are in analysis/icu.  For the 
solr binary download, they are in contrib/analysis-extras.

                
> Tokenizer
> ---------
>
>                 Key: LUCENE-4907
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4907
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>    Affects Versions: 4.2
>         Environment: WINDOWS 7, NETBEANS 7.2.1
>            Reporter: luciano aparecido dos santos
>
> Hi,
>     I'm trying to remove the accents in the search, find words removing 
> special characters such as accents ("ANDRÉ" equals "ANDRE").
> I found the class ICUTokenizer but got the Exception in thread "main" 
> java.lang.NoSuchMethodError: 
> com.ibm.icu.text.UnicodeSet.freeze()Lcom/ibm/icu/text/UnicodeSet;
>       at 
> org.apache.lucene.analysis.icu.segmentation.LaoBreakIterator.<clinit>(LaoBreakIterator.java:73)
>       at 
> org.apache.lucene.analysis.icu.segmentation.DefaultICUTokenizerConfig.<clinit>(DefaultICUTokenizerConfig.java:73)
>       Somebody can help me?    
> Page ref.: http://lucene.apache.org/core/4_2_0/analyzers-icu/index.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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