The FieldCache_Fields type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  NameDescription
Public fieldStatic memberDEFAULT
Expert: The cache used internally by sorting and range query classes.
Public fieldStatic memberDEFAULT_BYTE_PARSER
The default parser for byte values, which are encoded by {@link Byte#toString(byte)}
Public fieldStatic memberDEFAULT_DOUBLE_PARSER
The default parser for double values, which are encoded by {@link Double#toString(double)}
Public fieldStatic memberDEFAULT_FLOAT_PARSER
The default parser for float values, which are encoded by {@link Float#toString(float)}
Public fieldStatic memberDEFAULT_INT_PARSER
The default parser for int values, which are encoded by {@link Integer#toString(int)}
Public fieldStatic memberDEFAULT_LONG_PARSER
The default parser for long values, which are encoded by {@link Long#toString(long)}
Public fieldStatic memberDEFAULT_SHORT_PARSER
The default parser for short values, which are encoded by {@link Short#toString(short)}
Public fieldStatic memberNUMERIC_UTILS_DOUBLE_PARSER
A parser instance for double values encoded with {@link NumericUtils}, e.g. when indexed via {@link NumericField}/{@link NumericTokenStream}.
Public fieldStatic memberNUMERIC_UTILS_FLOAT_PARSER
A parser instance for float values encoded with {@link NumericUtils}, e.g. when indexed via {@link NumericField}/{@link NumericTokenStream}.
Public fieldStatic memberNUMERIC_UTILS_INT_PARSER
A parser instance for int values encoded by {@link NumericUtils#IntToPrefixCoded(int)}, e.g. when indexed via {@link NumericField}/{@link NumericTokenStream}.
Public fieldStatic memberNUMERIC_UTILS_LONG_PARSER
A parser instance for long values encoded by {@link NumericUtils#LongToPrefixCoded(long)}, e.g. when indexed via {@link NumericField}/{@link NumericTokenStream}.
Public fieldStatic memberSTRING_INDEX
Indicator for StringIndex values in the cache.

See Also