Apache Lucene.Net 2.4.0 Class Library API

FieldCacheSource.GetCachedFieldValues Method 

Return cached DocValues for input field and reader.

public abstract DocValues GetCachedFieldValues(
   FieldCache cache,
   string field,
   IndexReader reader
);

Parameters

cache
FieldCache so that values of a field are loaded once per reader (RAM allowing)
field
Field for which values are required.
reader

See Also

FieldCacheSource Class | Lucene.Net.Search.Function Namespace |