org.apache.lucene.index
Class TermVectorOffsetInfo
- java.lang.Object
-
- org.apache.lucene.index.TermVectorOffsetInfo
-
public class TermVectorOffsetInfo extends java.lang.ObjectThe TermVectorOffsetInfo class holds information pertaining to a Term in aTermPositionVector'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).
-
-
Field Summary
Fields Modifier and Type Field and Description static TermVectorOffsetInfo[]EMPTY_OFFSET_INFOConvenience declaration when creating aTermPositionVectorthat stores only position information.
-
Constructor Summary
Constructors Constructor and Description TermVectorOffsetInfo()TermVectorOffsetInfo(int startOffset, int endOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)Two TermVectorOffsetInfos are equals if both the start and end offsets are the sameintgetEndOffset()The accessor for the ending offset for the termintgetStartOffset()The accessor for the starting offset of the term.inthashCode()voidsetEndOffset(int endOffset)voidsetStartOffset(int startOffset)
-
-
-
Field Detail
-
EMPTY_OFFSET_INFO
public static final TermVectorOffsetInfo[] EMPTY_OFFSET_INFO
Convenience declaration when creating aTermPositionVectorthat stores only position information.
-
-
Constructor Detail
-
TermVectorOffsetInfo
public TermVectorOffsetInfo()
-
TermVectorOffsetInfo
public TermVectorOffsetInfo(int startOffset, int endOffset)
-
-
Method Detail
-
getEndOffset
public int getEndOffset()
The accessor for the ending offset for the term- Returns:
- The offset
-
setEndOffset
public void setEndOffset(int endOffset)
-
getStartOffset
public int getStartOffset()
The accessor for the starting offset of the term.- Returns:
- The offset
-
setStartOffset
public void setStartOffset(int startOffset)
-
equals
public boolean equals(java.lang.Object o)
Two TermVectorOffsetInfos are equals if both the start and end offsets are the same- Overrides:
equalsin classjava.lang.Object- Parameters:
o- The comparison Object- Returns:
- true if both
getStartOffset()andgetEndOffset()are the same for both objects.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-
DataMelt 3.0 © DataMelt by jWork.ORG