Apache Lucene.Net 2.4.0 Class Library API

FieldCacheSource Members

FieldCacheSource overview

Public Instance Constructors

FieldCacheSource Constructor Create a cached field source for the input field.

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