java.lang.Objectorg.apache.lucene.index.TermEnum
All Implemented Interfaces:
Closeable
Direct Known Subclasses:
FuzzyTermEnum, FilteredTermEnum, InstantiatedTermEnum, FilterTermEnum, TermRangeTermEnum, ParallelTermEnum, MultiTermEnum, WildcardTermEnum, RegexTermEnum, MultiTermEnum, NumericRangeTermEnum, SegmentTermEnum, SingleTermEnum, PrefixTermEnum
Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.
Method from org.apache.lucene.index.TermEnum Summary: |
---|
close, docFreq, next, term |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.lucene.index.TermEnum Detail: |
---|
|
|
|
|