Overload List

  NameDescription
Public methodNumericTokenStream()()()()
Creates a token stream for numeric values using the default
CopyC#
precisionStep
{@link NumericUtils#PRECISION_STEP_DEFAULT} (4). The stream is not yet initialized, before using set a value using the various set???Value() methods.
Public methodNumericTokenStream(Int32)
Creates a token stream for numeric values with the specified
CopyC#
precisionStep
. The stream is not yet initialized, before using set a value using the various set???Value() methods.
Public methodNumericTokenStream(AttributeSource, Int32)
Expert: Creates a token stream for numeric values with the specified
CopyC#
precisionStep
using the given {@link AttributeSource}. The stream is not yet initialized, before using set a value using the various set???Value() methods.
Public methodNumericTokenStream(AttributeSource..::..AttributeFactory, Int32)
Expert: Creates a token stream for numeric values with the specified
CopyC#
precisionStep
using the given {@link org.apache.lucene.util.AttributeSource.AttributeFactory}. The stream is not yet initialized, before using set a value using the various set???Value() methods.

See Also