| Name | Description |
---|
| NumericField(String) | Creates a field for numeric values using the default CopyC#
{@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.
|
| NumericField(String, Int32) | Creates a field for numeric values with the specified
CopyC# . 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.
|
| NumericField(String, Field..::..Store, Boolean) | Creates a field for numeric values using the default CopyC#
{@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.
|
| NumericField(String, Int32, Field..::..Store, Boolean) | Creates a field for numeric values with the specified
CopyC# . 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.
|