All Implemented Interfaces:
TermDocs
All Known Implementing Classes:
ParallelTermPositions, SegmentTermPositions, FilterTermPositions, MultipleTermPositions, MultiTermPositions
The document and frequency are the same as for a TermDocs. The positions portion lists the ordinal positions of each occurrence of a term in a document.
| Method from org.apache.lucene.index.TermPositions Summary: |
|---|
| getPayload, getPayloadLength, isPayloadAvailable, nextPosition |
| Method from org.apache.lucene.index.TermPositions Detail: |
|---|
|
|
Payloads can only be loaded once per call to #nextPosition() . |
|