Apache Lucene.Net 2.4.0 Class Library API

Hit.Get Method 

Returns the string value of the field with the given name if any exist in this document, or null. If multiple fields exist with this name, this method returns the first value added. If only binary fields with this name exist, returns null.

public virtual string Get(
   string name
);

See Also

Hit Class | Lucene.Net.Search Namespace |