Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef NORMSWRITERPERTHREAD_H
8 #define NORMSWRITERPERTHREAD_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::weak_ptr< NormsWriter > NormsWriterWeakPtr
Definition: LuceneTypes.h:188
virtual void finishDocument()
virtual ~NormsWriterPerThread()
virtual void startDocument()
boost::shared_ptr< NormsWriter > NormsWriterPtr
Definition: LuceneTypes.h:188
boost::shared_ptr< DocInverterPerThread > DocInverterPerThreadPtr
Definition: LuceneTypes.h:121
Definition: NormsWriterPerThread.h:14
virtual InvertedDocEndConsumerPerFieldPtr addField(const DocInverterPerFieldPtr &docInverterPerField, const FieldInfoPtr &fieldInfo)
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< FieldInfo > FieldInfoPtr
Definition: LuceneTypes.h:126
boost::shared_ptr< DocInverterPerField > DocInverterPerFieldPtr
Definition: LuceneTypes.h:120
DocStatePtr docState
Definition: NormsWriterPerThread.h:23
NormsWriterPerThread(const DocInverterPerThreadPtr &docInverterPerThread, const NormsWriterPtr &normsWriter)
boost::shared_ptr< DocState > DocStatePtr
Definition: LuceneTypes.h:122
Definition: InvertedDocEndConsumerPerThread.h:14
NormsWriterWeakPtr _normsWriter
Definition: NormsWriterPerThread.h:19
boost::shared_ptr< InvertedDocEndConsumerPerField > InvertedDocEndConsumerPerFieldPtr
Definition: LuceneTypes.h:167
clucene.sourceforge.net