| |
|
| java.lang.Object org.apache.lucene.index.TermVectorOffsetInfo
TermVectorOffsetInfo | public class TermVectorOffsetInfo (Code) | | The TermVectorOffsetInfo class holds information pertaining to a Term in a
org.apache.lucene.index.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 | public TermVectorOffsetInfo()(Code) | | |
TermVectorOffsetInfo | public TermVectorOffsetInfo(int startOffset, int endOffset)(Code) | | |
getEndOffset | public int getEndOffset()(Code) | | The accessor for the ending offset for the term
The offset |
getStartOffset | public int getStartOffset()(Code) | | The accessor for the starting offset of the term.
The offset |
hashCode | public int hashCode()(Code) | | |
setEndOffset | public void setEndOffset(int endOffset)(Code) | | |
setStartOffset | public void setStartOffset(int startOffset)(Code) | | |
|
|
|