7 #ifndef FIELDINVERTSTATE_H 8 #define FIELDINVERTSTATE_H 18 FieldInvertState(int32_t position = 0, int32_t length = 0, int32_t numOverlap = 0, int32_t offset = 0,
double boost = 0);
34 void reset(
double docBoost);
38 int32_t getPosition();
46 int32_t getNumOverlap();
int32_t offset
Definition: FieldInvertState.h:27
int32_t length
Definition: FieldInvertState.h:25
boost::shared_ptr< AttributeSource > AttributeSourcePtr
Definition: LuceneTypes.h:520
This class tracks the number and position / offset parameters of terms being added to the index...
Definition: FieldInvertState.h:16
double boost
Definition: FieldInvertState.h:28
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
int32_t numOverlap
Definition: FieldInvertState.h:26
AttributeSourcePtr attributeSource
Definition: FieldInvertState.h:29