Class IDVersionTermState
- java.lang.Object
-
- org.apache.lucene.index.TermState
-
- org.apache.lucene.index.OrdTermState
-
- org.apache.lucene.codecs.BlockTermState
-
- org.apache.lucene.codecs.idversion.IDVersionTermState
-
- All Implemented Interfaces:
java.lang.Cloneable
final class IDVersionTermState extends BlockTermState
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
docID
(package private) long
idVersion
-
Fields inherited from class org.apache.lucene.codecs.BlockTermState
blockFilePointer, docFreq, termBlockOrd, totalTermFreq
-
Fields inherited from class org.apache.lucene.index.OrdTermState
ord
-
-
Constructor Summary
Constructors Constructor Description IDVersionTermState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDVersionTermState
clone()
void
copyFrom(TermState _other)
Copies the content of the givenTermState
to this instance-
Methods inherited from class org.apache.lucene.codecs.BlockTermState
toString
-
-
-
-
Method Detail
-
clone
public IDVersionTermState clone()
-
copyFrom
public void copyFrom(TermState _other)
Description copied from class:TermState
Copies the content of the givenTermState
to this instance- Overrides:
copyFrom
in classBlockTermState
- Parameters:
_other
- the TermState to copy
-
-