The NumericUtils type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| BUF_SIZE_INT | Expert: The maximum term length (used for char[]int | |
| BUF_SIZE_LONG | Expert: The maximum term length (used for char[]long | |
| PRECISION_STEP_DEFAULT | The default precision step used by {@link NumericField}, {@link NumericTokenStream},
{@link NumericRangeQuery}, and {@link NumericRangeFilter} as default
| |
| SHIFT_START_INT | Expert: Integers are stored at lower precision by shifting off lower bits. The shift count is
stored as SHIFT_START_INT+shift | |
| SHIFT_START_LONG | Expert: Longs are stored at lower precision by shifting off lower bits. The shift count is
stored as SHIFT_START_LONG+shift |