Apache Lucene.Net 2.1 Class Library API

Document.GetFieldables Method 

Returns an array of {@link Fieldable}s with the given name. This method can return

null
.

public Fieldable[] GetFieldables(
   string name
);

Parameters

name
the name of the field

Return Value

a

Fieldable[]
array or
null

See Also

Document Class | Lucene.Net.Documents Namespace