Apache Lucene.Net 2.1 Class Library API

FieldSelector Interface

Similar to a {@link java.io.FileFilter}, the FieldSelector allows one to make decisions about what Fields get loaded on a {@link Document} by {@link Lucene.Net.Index.IndexReader#Document(int,Lucene.Net.Documents.FieldSelector)}

For a list of all members of this type, see FieldSelector Members.

public interface FieldSelector

Types that implement FieldSelector

Type Description
LoadFirstFieldSelector Load the First field and break.

See {@link FieldSelectorResult#LOAD_AND_BREAK}
MapFieldSelector A FieldSelector based on a Map of field names to FieldSelectorResults
SetBasedFieldSelector Declare what fields to load normally and what fields to load lazily

Requirements

Namespace: Lucene.Net.Documents

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

FieldSelector Members | Lucene.Net.Documents Namespace