Apache Lucene.Net 2.4.0 Class Library API

Document.GetFieldable 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 Fieldable GetFieldable(
   string name
);

See Also

Document Class | Lucene.Net.Documents Namespace