Overload List
| Name | Description | |
|---|---|---|
| StopAnalyzer()()()() | Obsolete. Builds an analyzer which removes words in
ENGLISH_STOP_WORDS.
| |
| StopAnalyzer(Boolean) | Obsolete. Builds an analyzer which removes words in
ENGLISH_STOP_WORDS.
| |
| StopAnalyzer(Hashtable) | Obsolete. Builds an analyzer with the stop words from the given set. | |
| StopAnalyzer(FileInfo) | Obsolete. Builds an analyzer with the stop words from the given file. | |
| StopAnalyzer(TextReader) | Obsolete. Builds an analyzer with the stop words from the given reader. | |
| StopAnalyzer(array<String>[]()[][]) | Obsolete. Builds an analyzer which removes words in the provided array. | |
| StopAnalyzer(Version) | Builds an analyzer which removes words in ENGLISH_STOP_WORDS. | |
| StopAnalyzer(Hashtable, Boolean) | Obsolete. Builds an analyzer with the stop words from the given set. | |
| StopAnalyzer(FileInfo, Boolean) | Obsolete. Builds an analyzer with the stop words from the given file. | |
| StopAnalyzer(TextReader, Boolean) | Obsolete. Builds an analyzer with the stop words from the given reader. | |
| StopAnalyzer(array<String>[]()[][], Boolean) | Obsolete. Builds an analyzer which removes words in the provided array. | |
| StopAnalyzer(Version, Hashtable) | Builds an analyzer with the stop words from the given set. | |
| StopAnalyzer(Version, FileInfo) | Builds an analyzer with the stop words from the given file.
| |
| StopAnalyzer(Version, TextReader) | Builds an analyzer with the stop words from the given reader. |