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.DocConsumerPerThread Class Referenceabstract

Inherited by Lucene.Net.Index.DocFieldProcessorPerThread.

Public Member Functions

abstract DocumentsWriter.DocWriter ProcessDocument ()
 Process the document. If there is something for this document to be done in docID order, you should encapsulate that as a DocumentsWriter.DocWriter and return it. DocumentsWriter then calls finish() on this object when it's its turn.
 
abstract void Abort ()
 

Detailed Description

Definition at line 23 of file DocConsumerPerThread.cs.

Member Function Documentation

abstract void Lucene.Net.Index.DocConsumerPerThread.Abort ( )
pure virtual
abstract DocumentsWriter.DocWriter Lucene.Net.Index.DocConsumerPerThread.ProcessDocument ( )
pure virtual

Process the document. If there is something for this document to be done in docID order, you should encapsulate that as a DocumentsWriter.DocWriter and return it. DocumentsWriter then calls finish() on this object when it's its turn.

Implemented in Lucene.Net.Index.DocFieldProcessorPerThread.


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