Apache Lucene.Net 2.4.0 Class Library API

FieldSelector.Accept Method 

FieldSelectorResult Accept(
   string fieldName
);

Parameters

fieldName
the field to accept or reject

Return Value

an instance of {@link FieldSelectorResult} if the {@link Field} named

fieldName
should be loaded.

See Also

FieldSelector Interface | Lucene.Net.Documents Namespace