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 ![]() stopWords ![]() makeStopSet() ![]() ignoreCase ![]() CharArraySet If ![]() stopWords ![]() 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 ![]() stopWords ![]() makeStopSet() ![]() ignoreCase ![]() CharArraySet If ![]() stopWords ![]() 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.
|