Click or drag to resize

StandardTokenizer Constructor (Version, TextReader)


Creates a new instance of the StandardTokenizer. Attaches the input to the newly created JFlex scanner.

Namespace:  Ingeniux.CMS.Assets.Search
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public StandardTokenizer(
	Version matchVersion,
	TextReader input
)

Parameters

matchVersion
Type: Version
input
Type: System.IOTextReader
The input reader See http://issues.apache.org/jira/browse/LUCENE-1068
See Also