The FieldCache_Fields type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
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. |