Class RussianAnalyzer

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public final class RussianAnalyzer
    extends StopwordAnalyzerBase
    Analyzer for Russian language.

    Supports an external list of stopwords (words that will not be indexed at all). A default set of stopwords is used unless an alternative list is specified.

    You must specify the required Version compatibility when creating RussianAnalyzer:

    • As of 3.1, StandardTokenizer is used, Snowball stemming is done with SnowballFilter, and Snowball stopwords are used by default.