Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef DOCFIELDPROCESSOR_H
8 #define DOCFIELDPROCESSOR_H
virtual DocConsumerPerThreadPtr addThread(const DocumentsWriterThreadStatePtr &perThread)
DocFieldConsumerPtr consumer
Definition: DocFieldProcessor.h:27
boost::shared_ptr< StoredFieldsWriter > StoredFieldsWriterPtr
Definition: LuceneTypes.h:230
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
StoredFieldsWriterPtr fieldsWriter
Definition: DocFieldProcessor.h:28
boost::weak_ptr< DocumentsWriter > DocumentsWriterWeakPtr
Definition: LuceneTypes.h:123
Utility template class to handle collections that can be safely copied and shared.
Definition: Collection.h:17
DocFieldProcessor(const DocumentsWriterPtr &docWriter, const DocFieldConsumerPtr &consumer)
boost::shared_ptr< DocumentsWriter > DocumentsWriterPtr
Definition: LuceneTypes.h:123
boost::shared_ptr< FieldInfos > FieldInfosPtr
Definition: LuceneTypes.h:127
boost::shared_ptr< DocConsumerPerThread > DocConsumerPerThreadPtr
Definition: LuceneTypes.h:107
boost::shared_ptr< SegmentWriteState > SegmentWriteStatePtr
Definition: LuceneTypes.h:222
This is a DocConsumer that gathers all fields under the same name, and calls per-field consumers to p...
Definition: DocFieldProcessor.h:17
virtual ~DocFieldProcessor()
DocumentsWriterWeakPtr _docWriter
Definition: DocFieldProcessor.h:22
Definition: AbstractAllTermDocs.h:12
FieldInfosPtr fieldInfos
Definition: DocFieldProcessor.h:26
boost::shared_ptr< DocumentsWriterThreadState > DocumentsWriterThreadStatePtr
Definition: LuceneTypes.h:124
virtual void closeDocStore(const SegmentWriteStatePtr &state)
virtual void flush(Collection< DocConsumerPerThreadPtr > threads, const SegmentWriteStatePtr &state)
boost::shared_ptr< DocFieldConsumer > DocFieldConsumerPtr
Definition: LuceneTypes.h:108
Definition: DocConsumer.h:14
clucene.sourceforge.net