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