Class TermsEnumIndex

java.lang.Object
org.apache.lucene.index.TermsEnumIndex
Direct Known Subclasses:
MultiTermsEnum.TermsEnumWithSlice

class TermsEnumIndex extends Object
Wrapper around a TermsEnum and an integer that identifies it. All operations that move the current position of the TermsEnum must be performed via this wrapper class, not directly on the wrapped TermsEnum.