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.Index.DocFieldConsumerPerField Class Referenceabstract

Inherited by Lucene.Net.Index.DocFieldConsumersPerField, and Lucene.Net.Index.DocInverterPerField.

Public Member Functions

abstract void ProcessFields (IFieldable[] fields, int count)
 Processes all occurrences of a single field
 
abstract void Abort ()
 

Detailed Description

Definition at line 24 of file DocFieldConsumerPerField.cs.

Member Function Documentation

abstract void Lucene.Net.Index.DocFieldConsumerPerField.Abort ( )
pure virtual
abstract void Lucene.Net.Index.DocFieldConsumerPerField.ProcessFields ( IFieldable[]  fields,
int  count 
)
pure virtual

Processes all occurrences of a single field

Implemented in Lucene.Net.Index.DocInverterPerField, and Lucene.Net.Index.DocFieldConsumersPerField.


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