Lucene.Net 1.4.3 Class Library

Document.GetFields Method 

Returns an array of {@link Field}s with the given name. This method can return

null
.

public Field[] GetFields(
   string name
);

Parameters

name
the name of the Field

Return Value

a

Field[]
array

See Also

Document Class | Lucene.Net.Documents Namespace