Package org.apache.lucene.index
Class TermState
java.lang.Object
org.apache.lucene.index.TermState
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
OrdTermState
Encapsulates all required internal state to position the associated
TermsEnum
without
re-seeking.- See Also:
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TermState
protected TermState()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details