Apache Lucene.Net 2.4.0 Class Library API

Document.GetFieldables Method 

Returns an array of {@link Fieldable}s with the given name. This method returns an empty array when there are no matching fields. It never returns null.

public Fieldable[] GetFieldables(
   string name
);

Parameters

name
the name of the field

Return Value

a

Fieldable[]
array

See Also

Document Class | Lucene.Net.Documents Namespace