static final class Lucene50PostingsFormat.IntBlockTermState extends BlockTermState
Modifier and Type | Field and Description |
---|---|
(package private) long |
docStartFP |
(package private) long |
lastPosBlockOffset |
(package private) long |
payStartFP |
(package private) long |
posStartFP |
(package private) int |
singletonDocID |
(package private) long |
skipOffset |
blockFilePointer, docFreq, termBlockOrd, totalTermFreq
ord
Constructor and Description |
---|
IntBlockTermState() |
Modifier and Type | Method and Description |
---|---|
Lucene50PostingsFormat.IntBlockTermState |
clone() |
void |
copyFrom(TermState _other)
Copies the content of the given
TermState to this instance |
java.lang.String |
toString() |
long docStartFP
long posStartFP
long payStartFP
long skipOffset
long lastPosBlockOffset
int singletonDocID
public Lucene50PostingsFormat.IntBlockTermState clone()
public void copyFrom(TermState _other)
TermState
TermState
to this instancecopyFrom
in class BlockTermState
_other
- the TermState to copypublic java.lang.String toString()
toString
in class BlockTermState