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
)
Public Sub New (
matchVersion As Version,
input As TextReader
)
public:
StandardTokenizer(
Version matchVersion,
TextReader^ input
)
new :
matchVersion : Version *
input : TextReader -> StandardTokenizer
Parameters
- matchVersion
- Type: Version
- input
- Type: System.IOTextReader
The input reader
See http://issues.apache.org/jira/browse/LUCENE-1068
See Also