Overload List

  NameDescription
Public methodNumericField(String)
Creates a field for numeric values using the default
CopyC#
precisionStep
{@link NumericUtils#PRECISION_STEP_DEFAULT} (4). The instance is not yet initialized with a numeric value, before indexing a document containing this field, set a value using the various set???Value() methods. This constructor creates an indexed, but not stored field.
Public methodNumericField(String, Int32)
Creates a field for numeric values with the specified
CopyC#
precisionStep
. The instance is not yet initialized with a numeric value, before indexing a document containing this field, set a value using the various set???Value() methods. This constructor creates an indexed, but not stored field.
Public methodNumericField(String, Field..::..Store, Boolean)
Creates a field for numeric values using the default
CopyC#
precisionStep
{@link NumericUtils#PRECISION_STEP_DEFAULT} (4). The instance is not yet initialized with a numeric value, before indexing a document containing this field, set a value using the various set???Value() methods.
Public methodNumericField(String, Int32, Field..::..Store, Boolean)
Creates a field for numeric values with the specified
CopyC#
precisionStep
. The instance is not yet initialized with a numeric value, before indexing a document containing this field, set a value using the various set???Value() methods.

See Also