Overload List

  NameDescription
Public methodStandardAnalyzer()()()() Obsolete.
Builds an analyzer with the default stop words ({@link #STOP_WORDS_SET}).
Public methodStandardAnalyzer(Boolean) Obsolete.
Initializes a new instance of the StandardAnalyzer class
Public methodStandardAnalyzer(Hashtable) Obsolete.
Builds an analyzer with the given stop words.
Public methodStandardAnalyzer(FileInfo) Obsolete.
Builds an analyzer with the stop words from the given file.
Public methodStandardAnalyzer(TextReader) Obsolete.
Builds an analyzer with the stop words from the given reader.
Public methodStandardAnalyzer(array<String>[]()[][]) Obsolete.
Builds an analyzer with the given stop words.
Public methodStandardAnalyzer(Version)
Builds an analyzer with the default stop words ({@link #STOP_WORDS}).
Public methodStandardAnalyzer(Hashtable, Boolean) Obsolete.
Initializes a new instance of the StandardAnalyzer class
Public methodStandardAnalyzer(FileInfo, Boolean) Obsolete.
Initializes a new instance of the StandardAnalyzer class
Public methodStandardAnalyzer(TextReader, Boolean) Obsolete.
Initializes a new instance of the StandardAnalyzer class
Public methodStandardAnalyzer(array<String>[]()[][], Boolean) Obsolete.
Initializes a new instance of the StandardAnalyzer class
Public methodStandardAnalyzer(Version, Hashtable)
Builds an analyzer with the given stop words.
Public methodStandardAnalyzer(Version, FileInfo)
Builds an analyzer with the stop words from the given file.
Public methodStandardAnalyzer(Version, TextReader)
Builds an analyzer with the stop words from the given reader.

See Also