7 #ifndef FLAGSATTRIBUTE_H
8 #define FLAGSATTRIBUTE_H
27 virtual String toString();
32 virtual int32_t getFlags();
35 virtual void setFlags(int32_t flags);
40 virtual int32_t hashCode();
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
This attribute can be used to pass different flags down the tokenizer chain, eg from one TokenFilter ...
Definition: FlagsAttribute.h:16