Apache Lucene.Net 2.4.0 Class Library API

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. Do not use this method with lazy loaded fields.

public Field GetField(
   string name
);

See Also

Document Class | Lucene.Net.Documents Namespace