Class SnowballAnalyzer

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @Deprecated
    public final class SnowballAnalyzer
    extends Analyzer
    Deprecated.
    (3.1) Use the language-specific analyzer in modules/analysis instead. This analyzer will be removed in Lucene 5.0
    Filters StandardTokenizer with StandardFilter, LowerCaseFilter, StopFilter and SnowballFilter. Available stemmers are listed in org.tartarus.snowball.ext. The name of a stemmer is the part of the class name before "Stemmer", e.g., the stemmer in EnglishStemmer is named "English".

    NOTE: This class uses the same Version dependent settings as StandardAnalyzer, with the following addition: