Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Documents.FieldSelector Interface Reference

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

Inherited by Lucene.Net.Documents.LoadFirstFieldSelector, Lucene.Net.Documents.MapFieldSelector, and Lucene.Net.Documents.SetBasedFieldSelector.

Public Member Functions

FieldSelectorResult Accept (System.String fieldName)
 
 

Detailed Description

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

Definition at line 26 of file FieldSelector.cs.

Member Function Documentation

FieldSelectorResult Lucene.Net.Documents.FieldSelector.Accept ( System.String  fieldName)

Parameters
fieldNamethe field to accept or reject
Returns
an instance of FieldSelectorResult if the Field named fieldName should be loaded.

Implemented in Lucene.Net.Documents.MapFieldSelector, Lucene.Net.Documents.SetBasedFieldSelector, and Lucene.Net.Documents.LoadFirstFieldSelector.


The documentation for this interface was generated from the following file: