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.LoadFirstFieldSelector Class Reference

Load the First field and break. See FieldSelectorResult.LOAD_AND_BREAK More...

Inherits Lucene.Net.Documents.FieldSelector.

Public Member Functions

virtual FieldSelectorResult Accept (System.String fieldName)
 
 

Detailed Description

Load the First field and break.

See FieldSelectorResult.LOAD_AND_BREAK

Definition at line 27 of file LoadFirstFieldSelector.cs.

Member Function Documentation

virtual FieldSelectorResult Lucene.Net.Documents.LoadFirstFieldSelector.Accept ( System.String  fieldName)
virtual

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

Implements Lucene.Net.Documents.FieldSelector.

Definition at line 30 of file LoadFirstFieldSelector.cs.


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