Package org.apache.lucene.index
Class OrdTermState
- java.lang.Object
-
- org.apache.lucene.index.TermState
-
- org.apache.lucene.index.OrdTermState
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
BlockTermState
public class OrdTermState extends TermState
An ordinal basedTermState
-
-
Field Summary
Fields Modifier and Type Field Description long
ord
Term ordinal, i.e.
-
Constructor Summary
Constructors Constructor Description OrdTermState()
Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyFrom(TermState other)
Copies the content of the givenTermState
to this instanceString
toString()
-