Apache Lucene.Net 2.4.0 Class Library API

SetBasedFieldSelector Constructor 

Pass in the Set of {@link Field} names to load and the Set of {@link Field} names to load lazily. If both are null, the Document will not have any {@link Field} on it.

public SetBasedFieldSelector(
   Hashtable fieldsToLoad,
   Hashtable lazyFieldsToLoad
);

Parameters

fieldsToLoad
A Set of {@link String} field names to load. May be empty, but not null
lazyFieldsToLoad
A Set of {@link String} field names to load lazily. May be empty, but not null

See Also

SetBasedFieldSelector Class | Lucene.Net.Documents Namespace