On 8/7/2013 7:44 AM, Parul Gupta(Knimbus) wrote:
I am trying to use solr.ISOLatin1AccentFilterFactory in solr4.3.1,But its
giving error
"Error loading class 'solr.ISOLatin1AccentFilterFactory'.

However its working fine in Solr3.6

This filter is deprecated. Here's the actual javadoc for this class in the latest 3.x version, which mentions what to use instead.

http://lucene.apache.org/solr/3_6_2/org/apache/solr/analysis/ISOLatin1AccentFilterFactory.html

You've now moved to a new major release, where all APIs that were deprecated in the previous major release are completely eliminated.

The Solr wiki also contains this information.

http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ISOLatin1AccentFilterFactory

Thanks,
Shawn

Reply via email to