public static final class Lucene84PostingsFormat.IntBlockTermState extends BlockTermState
Lucene84PostingsReader to produce a
PostingsEnum without re-seeking the terms dict.| Modifier and Type | Field and Description |
|---|---|
long |
docStartFP
file pointer to the start of the doc ids enumeration, in
Lucene84PostingsFormat.DOC_EXTENSION file |
long |
lastPosBlockOffset
file offset for the last position in the last block, if there are more than
ForUtil.BLOCK_SIZE positions; otherwise -1 |
long |
payStartFP
file pointer to the start of the payloads enumeration, in
Lucene84PostingsFormat.PAY_EXTENSION file |
long |
posStartFP
file pointer to the start of the positions enumeration, in
Lucene84PostingsFormat.POS_EXTENSION file |
int |
singletonDocID
docid when there is a single pulsed posting, otherwise -1.
|
long |
skipOffset
file offset for the start of the skip list, relative to docStartFP, if there are more
than
ForUtil.BLOCK_SIZE docs; otherwise -1 |
blockFilePointer, docFreq, termBlockOrd, totalTermFreqord| Constructor and Description |
|---|
IntBlockTermState()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Lucene84PostingsFormat.IntBlockTermState |
clone() |
void |
copyFrom(TermState _other)
Copies the content of the given
TermState to this instance |
String |
toString() |
public long docStartFP
Lucene84PostingsFormat.DOC_EXTENSION filepublic long posStartFP
Lucene84PostingsFormat.POS_EXTENSION filepublic long payStartFP
Lucene84PostingsFormat.PAY_EXTENSION filepublic long skipOffset
ForUtil.BLOCK_SIZE docs; otherwise -1public long lastPosBlockOffset
ForUtil.BLOCK_SIZE positions; otherwise -1public int singletonDocID
public Lucene84PostingsFormat.IntBlockTermState clone()
public void copyFrom(TermState _other)
TermStateTermState to this instancecopyFrom in class BlockTermState_other - the TermState to copypublic String toString()
toString in class BlockTermStateCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.