java.lang.ObjectThe 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).org.apache.lucene.index.TermVectorOffsetInfo
| Field Summary | ||
|---|---|---|
| public static final TermVectorOffsetInfo[] | EMPTY_OFFSET_INFO | Convenience declaration when creating a org.apache.lucene.index.TermPositionVector that stores only position information. |
| Constructor: |
|---|
|
|
| Method from org.apache.lucene.index.TermVectorOffsetInfo Summary: |
|---|
| equals, getEndOffset, getStartOffset, hashCode, setEndOffset, setStartOffset |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.index.TermVectorOffsetInfo Detail: |
|---|
|
|
|
|
|
|