Apache Lucene.Net 2.4.0 Class Library API

ValueSource.GetValues Method 

Return the DocValues used by the function query.

public abstract DocValues GetValues(
   IndexReader reader
);

Parameters

reader
the IndexReader used to read these values. If any caching is involved, that caching would also be IndexReader based.

See Also

ValueSource Class | Lucene.Net.Search.Function Namespace