Apache Lucene.Net 2.4.0 Class Library API

Tokenizer Constructor

Construct a tokenizer with null input.

Overload List

Construct a tokenizer with null input.

protected internal Tokenizer();

Construct a token stream processing the given input.

protected internal Tokenizer(TextReader);

See Also

Tokenizer Class | Lucene.Net.Analysis Namespace