Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef TERMVECTOROFFSETINFO_H
8 #define TERMVECTOROFFSETINFO_H
33 int32_t getEndOffset();
34 void setEndOffset(int32_t endOffset);
37 int32_t getStartOffset();
38 void setStartOffset(int32_t startOffset);
44 virtual int32_t hashCode();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
int32_t startOffset
Definition: TermVectorOffsetInfo.h:22
The TermVectorOffsetInfo class holds information pertaining to a Term in a TermPositionVector's offse...
Definition: TermVectorOffsetInfo.h:17
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
int32_t endOffset
Definition: TermVectorOffsetInfo.h:26
clucene.sourceforge.net