7 #ifndef POSITIONINCREMENTATTRIBUTE_H
8 #define POSITIONINCREMENTATTRIBUTE_H
40 int32_t positionIncrement;
43 virtual String toString();
47 virtual void setPositionIncrement(int32_t positionIncrement);
51 virtual int32_t getPositionIncrement();
55 virtual int32_t hashCode();
The positionIncrement determines the position of this token relative to the previous Token in a Token...
Definition: PositionIncrementAttribute.h:32
Base class for Attributes that can be added to a AttributeSource.
Definition: Attribute.h:18
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
boost::shared_ptr< Attribute > AttributePtr
Definition: LuceneTypes.h:518
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12