Apache Lucene.Net 2.4.0 Class Library API

Document.GetFields Method

Overload List

 

public IList GetFields();

Returns an array of {@link Field}s with the given name. Do not use with lazy loaded fields. This method returns an empty array when there are no matching fields. It never returns null.

public Field[] GetFields(string);

See Also

Document Class | Lucene.Net.Documents Namespace