The TermVectorOffsetInfo class holds information pertaining to a Term in a TermPositionVector's offset information. This offset information is the character offset as set during the Analysis phase (and thus may not be the actual offset in the original content).
More...
#include <TermVectorOffsetInfo.h>
Detailed Description
The TermVectorOffsetInfo class holds information pertaining to a Term in a TermPositionVector's offset information. This offset information is the character offset as set during the Analysis phase (and thus may not be the actual offset in the original content).
Constructor & Destructor Documentation
Lucene::TermVectorOffsetInfo::TermVectorOffsetInfo |
( |
int32_t |
startOffset = 0 , |
|
|
int32_t |
endOffset = 0 |
|
) |
| |
virtual Lucene::TermVectorOffsetInfo::~TermVectorOffsetInfo |
( |
| ) |
|
|
virtual |
Member Function Documentation
static String Lucene::TermVectorOffsetInfo::_getClassName |
( |
| ) |
|
|
inlinestatic |
Convenience declaration when creating a TermPositionVector that stores only position information.
virtual bool Lucene::TermVectorOffsetInfo::equals |
( |
const LuceneObjectPtr & |
other | ) |
|
|
virtual |
virtual String Lucene::TermVectorOffsetInfo::getClassName |
( |
| ) |
|
|
inlinevirtual |
int32_t Lucene::TermVectorOffsetInfo::getEndOffset |
( |
| ) |
|
The accessor for the ending offset for the term.
int32_t Lucene::TermVectorOffsetInfo::getStartOffset |
( |
| ) |
|
The accessor for the starting offset of the term.
virtual int32_t Lucene::TermVectorOffsetInfo::hashCode |
( |
| ) |
|
|
virtual |
void Lucene::TermVectorOffsetInfo::setEndOffset |
( |
int32_t |
endOffset | ) |
|
void Lucene::TermVectorOffsetInfo::setStartOffset |
( |
int32_t |
startOffset | ) |
|
Field Documentation
int32_t Lucene::TermVectorOffsetInfo::endOffset |
|
protected |
int32_t Lucene::TermVectorOffsetInfo::startOffset |
|
protected |
The documentation for this class was generated from the following file: