public abstract class TermState extends Object implements Cloneable
TermsEnum without re-seeking.TermsEnum.seekExact(org.apache.lucene.util.BytesRef, TermState),
TermsEnum.termState()| Modifier | Constructor and Description |
|---|---|
protected |
TermState()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TermState |
clone() |
abstract void |
copyFrom(TermState other)
Copies the content of the given
TermState to this instance |
boolean |
isRealTerm()
Returns true if this term is real (e.g., not an auto-prefix term).
|
String |
toString() |
protected TermState()
public abstract void copyFrom(TermState other)
TermState to this instanceother - the TermState to copypublic boolean isRealTerm()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.