Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef PAYLOADATTRIBUTE_H
8 #define PAYLOADATTRIBUTE_H
virtual PayloadPtr getPayload()
Returns this Token's payload.
virtual LuceneObjectPtr clone(const LuceneObjectPtr &other=LuceneObjectPtr())
Shallow clone. Subclasses must override this if they need to clone any members deeply.
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Base class for Attributes that can be added to a AttributeSource.
Definition: Attribute.h:18
virtual void setPayload(const PayloadPtr &payload)
Sets this Token's payload.
The start and end character offset of a Token.
Definition: PayloadAttribute.h:15
virtual void clear()
Clears the values in this Attribute and resets it to its default value. If this implementation implem...
PayloadPtr payload
Definition: PayloadAttribute.h:25
PayloadAttribute()
Initialize this attribute with no payload.
Definition: AbstractAllTermDocs.h:12
PayloadAttribute(const PayloadPtr &payload)
Initialize this attribute with the given payload.
virtual void copyTo(const AttributePtr &target)
Copies the values from this Attribute into the passed-in target attribute. The target implementation ...
virtual int32_t hashCode()
Subclasses must implement this method and should compute a hashCode similar to this:
virtual String toString()
Returns a string representation of the object.
boost::shared_ptr< Attribute > AttributePtr
Definition: LuceneTypes.h:518
boost::shared_ptr< Payload > PayloadPtr
Definition: LuceneTypes.h:198
virtual ~PayloadAttribute()
virtual bool equals(const LuceneObjectPtr &other)
All values used for computation of hashCode() should be checked here for equality.
clucene.sourceforge.net