7 #ifndef NORMSWRITERPERFIELD_H
8 #define NORMSWRITERPERFIELD_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: InvertedDocEndConsumerPerField.h:14
Taps into DocInverter, as an InvertedDocEndConsumer, which is called at the end of inverting each fie...
Definition: NormsWriterPerField.h:16
FieldInvertStatePtr fieldState
Definition: NormsWriterPerField.h:33
FieldInfoPtr fieldInfo
Definition: NormsWriterPerField.h:25
int32_t upto
Definition: NormsWriterPerField.h:31
ByteArray norms
Definition: NormsWriterPerField.h:30
virtual int32_t compareTo(const LuceneObjectPtr &other)
Compare two objects.
Collection< int32_t > docIDs
Definition: NormsWriterPerField.h:29
NormsWriterPerThreadWeakPtr _perThread
Definition: NormsWriterPerField.h:21
virtual ~NormsWriterPerField()
DocStatePtr docState
Definition: NormsWriterPerField.h:26
NormsWriterPerField(const DocInverterPerFieldPtr &docInverterPerField, const NormsWriterPerThreadPtr &perThread, const FieldInfoPtr &fieldInfo)
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< DocState > DocStatePtr
Definition: LuceneTypes.h:122
boost::shared_ptr< NormsWriterPerThread > NormsWriterPerThreadPtr
Definition: LuceneTypes.h:190
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
boost::shared_ptr< DocInverterPerField > DocInverterPerFieldPtr
Definition: LuceneTypes.h:120
boost::weak_ptr< NormsWriterPerThread > NormsWriterPerThreadWeakPtr
Definition: LuceneTypes.h:190
boost::shared_ptr< FieldInvertState > FieldInvertStatePtr
Definition: LuceneTypes.h:128
boost::shared_ptr< FieldInfo > FieldInfoPtr
Definition: LuceneTypes.h:126