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

Holds all per thread, per field state. More...

Public Member Functions

 DocFieldProcessorPerField (DocFieldProcessorPerThread perThread, FieldInfo fieldInfo)
 
void Abort ()
 

Detailed Description

Holds all per thread, per field state.

Definition at line 26 of file DocFieldProcessorPerField.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.DocFieldProcessorPerField.DocFieldProcessorPerField ( DocFieldProcessorPerThread  perThread,
FieldInfo  fieldInfo 
)

Definition at line 38 of file DocFieldProcessorPerField.cs.

Member Function Documentation

void Lucene.Net.Index.DocFieldProcessorPerField.Abort ( )

Definition at line 44 of file DocFieldProcessorPerField.cs.


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