Package org.apache.lucene.index
Class TermState
- java.lang.Object
 - 
- org.apache.lucene.index.TermState
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
- Direct Known Subclasses:
 OrdTermState
public abstract class TermState extends java.lang.Object implements java.lang.CloneableEncapsulates all required internal state to position the associatedTermsEnumwithout re-seeking. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description TermStateclone()abstract voidcopyFrom(TermState other)Copies the content of the givenTermStateto this instancejava.lang.StringtoString() 
 -