Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
31 virtual void flush(MapDocFieldConsumerPerThreadCollectionDocFieldConsumerPerField threadsAndFields,
const SegmentWriteStatePtr& state);
virtual void abort()
Called when an aborting exception is hit.
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
InvertedDocEndConsumerPtr endConsumer
Definition: DocInverter.h:25
boost::shared_ptr< FieldInfos > FieldInfosPtr
Definition: LuceneTypes.h:127
boost::shared_ptr< SegmentWriteState > SegmentWriteStatePtr
Definition: LuceneTypes.h:222
virtual DocFieldConsumerPerThreadPtr addThread(const DocFieldProcessorPerThreadPtr &docFieldProcessorPerThread)
Add a new thread.
boost::shared_ptr< DocFieldProcessorPerThread > DocFieldProcessorPerThreadPtr
Definition: LuceneTypes.h:117
boost::shared_ptr< DocFieldConsumerPerThread > DocFieldConsumerPerThreadPtr
Definition: LuceneTypes.h:110
boost::shared_ptr< InvertedDocConsumer > InvertedDocConsumerPtr
Definition: LuceneTypes.h:163
Definition: AbstractAllTermDocs.h:12
DocInverter(const InvertedDocConsumerPtr &consumer, const InvertedDocEndConsumerPtr &endConsumer)
FieldInfosPtr fieldInfos
Definition: DocFieldConsumer.h:18
Definition: DocFieldConsumer.h:14
virtual void closeDocStore(const SegmentWriteStatePtr &state)
Called when DocumentsWriter decides to close the doc stores.
InvertedDocConsumerPtr consumer
Definition: DocInverter.h:21
virtual void setFieldInfos(const FieldInfosPtr &fieldInfos)
This is a DocFieldConsumer that inverts each field, separately, from a Document, and accepts a Invert...
Definition: DocInverter.h:16
virtual void flush(MapDocFieldConsumerPerThreadCollectionDocFieldConsumerPerField threadsAndFields, const SegmentWriteStatePtr &state)
Called when DocumentsWriter decides to create a new segment.
boost::shared_ptr< InvertedDocEndConsumer > InvertedDocEndConsumerPtr
Definition: LuceneTypes.h:166
virtual bool freeRAM()
Called when DocumentsWriter is using too much RAM.
clucene.sourceforge.net