Overload List

  NameDescription
Public methodStopAnalyzer()()()() Obsolete.
Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
Public methodStopAnalyzer(Boolean) Obsolete.
Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
Public methodStopAnalyzer(Hashtable) Obsolete.
Builds an analyzer with the stop words from the given set.
Public methodStopAnalyzer(FileInfo) Obsolete.
Builds an analyzer with the stop words from the given file.
Public methodStopAnalyzer(TextReader) Obsolete.
Builds an analyzer with the stop words from the given reader.
Public methodStopAnalyzer(array<String>[]()[][]) Obsolete.
Builds an analyzer which removes words in the provided array.
Public methodStopAnalyzer(Version)
Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
Public methodStopAnalyzer(Hashtable, Boolean) Obsolete.
Builds an analyzer with the stop words from the given set.
Public methodStopAnalyzer(FileInfo, Boolean) Obsolete.
Builds an analyzer with the stop words from the given file.
Public methodStopAnalyzer(TextReader, Boolean) Obsolete.
Builds an analyzer with the stop words from the given reader.
Public methodStopAnalyzer(array<String>[]()[][], Boolean) Obsolete.
Builds an analyzer which removes words in the provided array.
Public methodStopAnalyzer(Version, Hashtable)
Builds an analyzer with the stop words from the given set.
Public methodStopAnalyzer(Version, FileInfo)
Builds an analyzer with the stop words from the given file.
Public methodStopAnalyzer(Version, TextReader)
Builds an analyzer with the stop words from the given reader.

See Also