#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Base class for Attributes that can be added to a AttributeSource.
Definition Attribute.h:18
A Token's lexical type. The Default value is "word".
Definition TypeAttribute.h:15
virtual String toString()
Returns a string representation of the object.
virtual bool equals(const LuceneObjectPtr &other)
All values used for computation of hashCode() should be checked here for equality.
TypeAttribute(const String &type)
virtual void copyTo(const AttributePtr &target)
Copies the values from this Attribute into the passed-in target attribute. The target implementation ...
virtual void clear()
Clears the values in this Attribute and resets it to its default value. If this implementation implem...
void setType(const String &type)
Set the lexical type.
virtual int32_t hashCode()
Subclasses must implement this method and should compute a hashCode similar to this:
virtual LuceneObjectPtr clone(const LuceneObjectPtr &other=LuceneObjectPtr())
Shallow clone. Subclasses must override this if they need to clone any members deeply.
String type()
Returns this Token's lexical type. Defaults to "word".
String _type
Definition TypeAttribute.h:24
static const String & DEFAULT_TYPE()
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition LuceneTypes.h:539
boost::shared_ptr< Attribute > AttributePtr
Definition LuceneTypes.h:518