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

Inherited by Lucene.Net.Index.NormsWriter.

Public Member Functions

abstract
InvertedDocEndConsumerPerThread 
AddThread (DocInverterPerThread docInverterPerThread)
 
abstract void Flush (IDictionary< InvertedDocEndConsumerPerThread, ICollection< InvertedDocEndConsumerPerField >> threadsAndFields, SegmentWriteState state)
 
abstract void Abort ()
 

Detailed Description

Definition at line 24 of file InvertedDocEndConsumer.cs.

Member Function Documentation

abstract void Lucene.Net.Index.InvertedDocEndConsumer.Abort ( )
pure virtual
abstract InvertedDocEndConsumerPerThread Lucene.Net.Index.InvertedDocEndConsumer.AddThread ( DocInverterPerThread  docInverterPerThread)
pure virtual
abstract void Lucene.Net.Index.InvertedDocEndConsumer.Flush ( IDictionary< InvertedDocEndConsumerPerThread, ICollection< InvertedDocEndConsumerPerField >>  threadsAndFields,
SegmentWriteState  state 
)
pure virtual

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