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