Overload List
Name | Description | |
---|---|---|
StopFilter(TokenStream, Hashtable) | Obsolete. Constructs a filter which removes words from the input
TokenStream that are named in the Set.
| |
StopFilter(TokenStream, array<String>[]()[][]) | Obsolete. Construct a token stream filtering the given input. | |
StopFilter(Boolean, TokenStream, Hashtable) | Constructs a filter which removes words from the input
TokenStream that are named in the Set.
| |
StopFilter(Boolean, TokenStream, array<String>[]()[][]) | Obsolete. Construct a token stream filtering the given input. | |
StopFilter(TokenStream, Hashtable, Boolean) | Obsolete. Construct a token stream filtering the given input.
If CopyC# stopWords CopyC# makeStopSet() CopyC# ignoreCase CopyC# CharArraySet CopyC# stopWords CopyC# ignoreCase | |
StopFilter(TokenStream, array<String>[]()[][], Boolean) | Obsolete. Constructs a filter which removes words from the input
TokenStream that are named in the array of words.
| |
StopFilter(Boolean, TokenStream, Hashtable, Boolean) | Construct a token stream filtering the given input.
If CopyC# stopWords CopyC# makeStopSet() CopyC# ignoreCase CopyC# CharArraySet CopyC# stopWords CopyC# ignoreCase | |
StopFilter(Boolean, TokenStream, array<String>[]()[][], Boolean) | Obsolete. Constructs a filter which removes words from the input
TokenStream that are named in the array of words.
|