24 virtual void abort() = 0;
virtual void closeDocStore(const SegmentWriteStatePtr &state)=0
boost::shared_ptr< DocumentsWriterThreadState > DocumentsWriterThreadStatePtr
Definition: LuceneTypes.h:124
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Utility template class to handle collections that can be safely copied and shared.
Definition: Collection.h:17
virtual void flush(Collection< DocConsumerPerThreadPtr > threads, const SegmentWriteStatePtr &state)=0
virtual DocConsumerPerThreadPtr addThread(const DocumentsWriterThreadStatePtr &perThread)=0
boost::shared_ptr< SegmentWriteState > SegmentWriteStatePtr
Definition: LuceneTypes.h:222
boost::shared_ptr< DocConsumerPerThread > DocConsumerPerThreadPtr
Definition: LuceneTypes.h:107
Definition: DocConsumer.h:14