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
An ordinal based
TermState
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ord
public long ordTerm ordinal, i.e. its position in the full list of sorted terms.
-
-
Constructor Details
-
OrdTermState
public OrdTermState()Sole constructor.
-
-
Method Details