All Implemented Interfaces:
TermFreqVector
All Known Implementing Classes:
SegmentTermPositionVector
TermFreqVector to provide additional information about
positions in which each of the terms is found. A TermPositionVector not necessarily
contains both positions and offsets, but at least one of these arrays exists.
| Method from org.apache.lucene.index.TermPositionVector Summary: |
|---|
| getOffsets, getTermPositions |
| Method from org.apache.lucene.index.TermPositionVector Detail: |
|---|
|
indexOf method.
May return null if positions have not been stored. |