Lucene.Net 1.4.3 Class Library

FieldCache.GetStrings Method 

Checks the internal cache for an appropriate entry, and if none is found, reads the term values in

Field
and returns an array of size
reader.maxDoc()
containing the value each document has in the given Field.

string[] GetStrings(
   IndexReader reader,
   string field
);

Parameters

reader
Used to get Field values.
field

Return Value

The values in the given Field for each document.

See Also

FieldCache Interface | Lucene.Net.Search Namespace