Construct a ShingleFilter with the specified token type for shingle tokens.
Namespace: Lucene.Net.Analyzers.ShingleAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
| C# |
|---|
public ShingleFilter( TokenStream input, string tokenType ) |
| Visual Basic |
|---|
Public Sub New ( _ input As TokenStream, _ tokenType As String _ ) |
| Visual C++ |
|---|
public: ShingleFilter( TokenStream^ input, String^ tokenType ) |
Parameters
- input
- Type: Lucene.Net.Analysis..::..TokenStream
input stream
- tokenType
- Type: System..::..String
token type for shingle tokens