Lucene.Net 1.4.3 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