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>
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).
◆ TermVectorOffsetInfo()
Lucene::TermVectorOffsetInfo::TermVectorOffsetInfo |
( |
int32_t |
startOffset = 0 , |
|
|
int32_t |
endOffset = 0 |
|
) |
| |
◆ ~TermVectorOffsetInfo()
virtual Lucene::TermVectorOffsetInfo::~TermVectorOffsetInfo |
( |
| ) |
|
|
virtual |
◆ _getClassName()
static String Lucene::TermVectorOffsetInfo::_getClassName |
( |
| ) |
|
|
inlinestatic |
◆ EMPTY_OFFSET_INFO()
Convenience declaration when creating a TermPositionVector
that stores only position information.
◆ equals()
virtual bool Lucene::TermVectorOffsetInfo::equals |
( |
const LuceneObjectPtr & |
other | ) |
|
|
virtual |
◆ getClassName()
virtual String Lucene::TermVectorOffsetInfo::getClassName |
( |
| ) |
|
|
inlinevirtual |
◆ getEndOffset()
int32_t Lucene::TermVectorOffsetInfo::getEndOffset |
( |
| ) |
|
The accessor for the ending offset for the term.
◆ getStartOffset()
int32_t Lucene::TermVectorOffsetInfo::getStartOffset |
( |
| ) |
|
The accessor for the starting offset of the term.
◆ hashCode()
virtual int32_t Lucene::TermVectorOffsetInfo::hashCode |
( |
| ) |
|
|
virtual |
◆ setEndOffset()
void Lucene::TermVectorOffsetInfo::setEndOffset |
( |
int32_t |
endOffset | ) |
|
◆ setStartOffset()
void Lucene::TermVectorOffsetInfo::setStartOffset |
( |
int32_t |
startOffset | ) |
|
◆ shared_from_this()
◆ endOffset
int32_t Lucene::TermVectorOffsetInfo::endOffset |
|
protected |
◆ startOffset
int32_t Lucene::TermVectorOffsetInfo::startOffset |
|
protected |
The documentation for this class was generated from the following file: