The FieldCache_Fields type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT | Expert: The cache used internally by sorting and range query classes. |
![]() ![]() | DEFAULT_BYTE_PARSER | The default parser for byte values, which are encoded by {@link Byte#toString(byte)} |
![]() ![]() | DEFAULT_DOUBLE_PARSER | The default parser for double values, which are encoded by {@link Double#toString(double)} |
![]() ![]() | DEFAULT_FLOAT_PARSER | The default parser for float values, which are encoded by {@link Float#toString(float)} |
![]() ![]() | DEFAULT_INT_PARSER | The default parser for int values, which are encoded by {@link Integer#toString(int)} |
![]() ![]() | DEFAULT_LONG_PARSER | The default parser for long values, which are encoded by {@link Long#toString(long)} |
![]() ![]() | DEFAULT_SHORT_PARSER | The default parser for short values, which are encoded by {@link Short#toString(short)} |
![]() ![]() | NUMERIC_UTILS_DOUBLE_PARSER | A parser instance for double values encoded with {@link NumericUtils}, e.g. when indexed
via {@link NumericField}/{@link NumericTokenStream}.
|
![]() ![]() | NUMERIC_UTILS_FLOAT_PARSER | A parser instance for float values encoded with {@link NumericUtils}, e.g. when indexed
via {@link NumericField}/{@link NumericTokenStream}.
|
![]() ![]() | NUMERIC_UTILS_INT_PARSER | A parser instance for int values encoded by {@link NumericUtils#IntToPrefixCoded(int)}, e.g. when indexed
via {@link NumericField}/{@link NumericTokenStream}.
|
![]() ![]() | NUMERIC_UTILS_LONG_PARSER | A parser instance for long values encoded by {@link NumericUtils#LongToPrefixCoded(long)}, e.g. when indexed
via {@link NumericField}/{@link NumericTokenStream}.
|
![]() ![]() | STRING_INDEX | Indicator for StringIndex values in the cache. |