e.org/solr/AnalyzersTokenizersTokenFilters#solr.ISOLatin1AccentFilterFactory
Regards,
Sujit
On Mar 22, 2013, at 9:22 AM, Jerome Blouin wrote:
> Hello,
>
> I'm looking for an analyzer that allows performing accent insensitive search
> in latin languages. I'm currently using
lyzer
Try the ASCII Folding FIlter:
https://lucene.apache.org/core/4_2_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html
-- Jack Krupansky
-Original Message-
From: Jerome Blouin
Sent: Friday, March 22, 2013 12:22 PM
To: java-user@lucene.apache.org
Su
Hello,
I'm looking for an analyzer that allows performing accent insensitive search in
latin languages. I'm currently using the StandardAnalyzer but it doesn't
fulfill this need. Could you please point me to the one I need to use? I've
checked the javadoc for the various analyzer packages but c