Initializes a new instance of the KeywordTokenizer class
Namespace: Lucene.Net.AnalysisAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public KeywordTokenizer( AttributeSource source, TextReader input, int bufferSize ) |
Visual Basic |
---|
Public Sub New ( _ source As AttributeSource, _ input As TextReader, _ bufferSize As Integer _ ) |
Visual C++ |
---|
public: KeywordTokenizer( AttributeSource^ source, TextReader^ input, int bufferSize ) |
Parameters
- source
- Type: Lucene.Net.Util..::..AttributeSource
[Missing <param name="source"/> documentation for "M:Lucene.Net.Analysis.KeywordTokenizer.#ctor(Lucene.Net.Util.AttributeSource,System.IO.TextReader,System.Int32)"]
- input
- Type: System.IO..::..TextReader
[Missing <param name="input"/> documentation for "M:Lucene.Net.Analysis.KeywordTokenizer.#ctor(Lucene.Net.Util.AttributeSource,System.IO.TextReader,System.Int32)"]
- bufferSize
- Type: System..::..Int32
[Missing <param name="bufferSize"/> documentation for "M:Lucene.Net.Analysis.KeywordTokenizer.#ctor(Lucene.Net.Util.AttributeSource,System.IO.TextReader,System.Int32)"]