Lucene.Net 1.4.3 Class Library

Document.GetField Method 

Returns a Field with the given name if any exist in this document, or null. If multiple fields exists with this name, this method returns the first value added.

public Field GetField(
   string name
);

See Also

Document Class | Lucene.Net.Documents Namespace