Click or drag to resize

StandardTokenizer(Version, TextReader) Constructor


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.492
Syntax
public StandardTokenizer(
	Version matchVersion,
	TextReader input
)

Parameters

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