Apache Lucene.Net 2.4.0 Class Library API

Document.GetValues Method 

Returns an array of values of the field specified as the method parameter. This method returns an empty array when there are no matching fields. It never returns null.

public string[] GetValues(
   string name
);

Parameters

name
the name of the field

Return Value

a

String[]
of field values

See Also

Document Class | Lucene.Net.Documents Namespace