Apache Lucene.Net 2.4.0 Class Library API

FieldCacheSource Methods

The methods of the FieldCacheSource class are listed below. For a complete list of FieldCacheSource class members, see the FieldCacheSource Members topic.

Public Instance Methods

CachedFieldSourceEquals Check if equals to another {@link FieldCacheSource}, already knowing that cache and field are equal.
CachedFieldSourceHashCode Return a hash code of a {@link FieldCacheSource}, without the hash-codes of the field and the cache (those are taken care of elsewhere).
Description 
Equals 
GetCachedFieldValues Return cached DocValues for input field and reader.
GetHashCode 
GetType (inherited from Object)Gets the Type of the current instance.
GetValues 
ToString (inherited from ValueSource) 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

FieldCacheSource Class | Lucene.Net.Search.Function Namespace