Lucene.Net 1.9.1 Class Library

Document.GetValues Method 

Returns an array of values of the field specified as the method parameter. This method can return

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