Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef DOCUMENTSWRITERTHREADSTATE_H
8 #define DOCUMENTSWRITERTHREADSTATE_H
DocumentsWriterThreadState(const DocumentsWriterPtr &docWriter)
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::weak_ptr< DocumentsWriter > DocumentsWriterWeakPtr
Definition: LuceneTypes.h:123
Used by DocumentsWriter to maintain per-thread state. We keep a separate Posting hash and other state...
Definition: DocumentsWriterThreadState.h:17
boost::shared_ptr< DocumentsWriter > DocumentsWriterPtr
Definition: LuceneTypes.h:123
boost::shared_ptr< DocConsumerPerThread > DocConsumerPerThreadPtr
Definition: LuceneTypes.h:107
DocConsumerPerThreadPtr consumer
Definition: DocumentsWriterThreadState.h:28
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
virtual ~DocumentsWriterThreadState()
DocumentsWriterWeakPtr _docWriter
Definition: DocumentsWriterThreadState.h:30
virtual void initialize()
Called directly after instantiation to create objects that depend on this object being fully construc...
int32_t numThreads
Definition: DocumentsWriterThreadState.h:26
bool doFlushAfter
Definition: DocumentsWriterThreadState.h:27
bool isIdle
Definition: DocumentsWriterThreadState.h:22
boost::shared_ptr< DocState > DocStatePtr
Definition: LuceneTypes.h:122
DocStatePtr docState
Definition: DocumentsWriterThreadState.h:29
clucene.sourceforge.net