Construct a token stream processing the given input.
Namespace: Lucene.Net.AnalysisAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
protected internal Tokenizer( TextReader input ) |
| Visual Basic |
|---|
Protected Friend Sub New ( _ input As TextReader _ ) |
| Visual C++ |
|---|
protected public: Tokenizer( TextReader^ input ) |
Parameters
- input
- Type: System.IO..::..TextReader
[Missing <param name="input"/> documentation for "M:Lucene.Net.Analysis.Tokenizer.#ctor(System.IO.TextReader)"]