Overload List

  NameDescription
Public methodStandardTokenizer(TextReader) Obsolete.
Creates a new instance of the {@link StandardTokenizer}. Attaches the
CopyC#
input
to a newly created JFlex scanner.
Public methodStandardTokenizer(TextReader, Boolean) Obsolete.
Creates a new instance of the {@link Lucene.Net.Analysis.Standard.StandardTokenizer}. Attaches the
CopyC#
input
to the newly created JFlex scanner.
Public methodStandardTokenizer(Version, TextReader)
Creates a new instance of the {@link org.apache.lucene.analysis.standard.StandardTokenizer}. Attaches the
CopyC#
input
to the newly created JFlex scanner.
Public methodStandardTokenizer(AttributeSource, TextReader, Boolean) Obsolete.
Creates a new StandardTokenizer with a given {@link AttributeSource}.
Public methodStandardTokenizer(AttributeSource..::..AttributeFactory, TextReader, Boolean) Obsolete.
Creates a new StandardTokenizer with a given {@link Lucene.Net.Util.AttributeSource.AttributeFactory}
Public methodStandardTokenizer(Version, AttributeSource, TextReader)
Creates a new StandardTokenizer with a given {@link AttributeSource}.
Public methodStandardTokenizer(Version, AttributeSource..::..AttributeFactory, TextReader)
Creates a new StandardTokenizer with a given {@link org.apache.lucene.util.AttributeSource.AttributeFactory}

See Also