All Implemented Interfaces:
Closeable, AutoCloseable

public final class ClassicAnalyzer extends StopwordAnalyzerBase
Filters ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of English stop words.

ClassicAnalyzer was named StandardAnalyzer in Lucene versions prior to 3.1. As of 3.1, StandardAnalyzer implements Unicode text segmentation, as specified by UAX#29.

Since:
3.1