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