Use its replacement, the MappingCharFilter char filter, like:

<fieldType name="text_char_norm" class="solr.TextField" positionIncrementGap="100" >
 <analyzer>
<charFilter class="solr.MappingCharFilterFactory" mapping="mapping-ISOLatin1Accent.txt"/>
   <tokenizer class="solr.WhitespaceTokenizerFactory"/>
 </analyzer>
</fieldType>

-- Jack Krupansky

-----Original Message----- From: Alexandre Rafalovitch
Sent: Monday, December 31, 2012 9:08 PM
To: solr-user@lucene.apache.org
Subject: Where is ISOLatin1AccentFilterFactory (Solr4)?

Hello,

I saw some example using  ISOLatin1AccentFilterFactory, but when I try to
use it myself, I get the class not found exception.

Is that something that no longer exists or am I just missing something
obvious.

Regards,
  Alex.
Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all at
once. Lately, it doesn't seem to be working. (Anonymous - via GTD book)

Reply via email to