Class IgnoreAccentAnalyzer

java.lang.Object
org.apache.lucene.analysis.Analyzer
org.exoplatform.services.jcr.analyzer.IgnoreAccentAnalyzer
All Implemented Interfaces:
Closeable, AutoCloseable

public final class IgnoreAccentAnalyzer extends org.apache.lucene.analysis.Analyzer
Created by The eXo Platform SARL Author : Nguyen Van Chien chien.nguyen@exoplatform.com Jul 19, 2010
  • Constructor Details

    • IgnoreAccentAnalyzer

      public IgnoreAccentAnalyzer()
  • Method Details

    • tokenStream

      public org.apache.lucene.analysis.TokenStream tokenStream(String fieldName, Reader reader)
      Specified by:
      tokenStream in class org.apache.lucene.analysis.Analyzer