The FieldCacheSource type exposes the following members.

Methods

  NameDescription
Public methodCachedFieldSourceEquals
Check if equals to another {@link FieldCacheSource}, already knowing that cache and field are equal.
Public methodCachedFieldSourceHashCode
Return a hash code of a {@link FieldCacheSource}, without the hash-codes of the field and the cache (those are taken care of elsewhere).
Public methodDescription (Overrides ValueSource..::..Description()()()().)
Public methodEquals (Overrides ValueSource..::..Equals(Object).)
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 methodGetCachedFieldValues
Return cached DocValues for input field and reader.
Public methodGetHashCode (Overrides ValueSource..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues (Overrides ValueSource..::..GetValues(IndexReader).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Inherited from ValueSource.)

See Also