Package org.apache.lucene.search
Class PrefixTermsEnum
java.lang.Object
org.apache.lucene.index.TermsEnum
org.apache.lucene.index.FilteredTermsEnum
org.apache.lucene.search.PrefixTermsEnum
- All Implemented Interfaces:
BytesRefIterator
Subclass of FilteredTermEnum for enumerating all terms that match the
specified prefix filter term.
Term enumerations are always ordered by
FilteredTermsEnum.getComparator(). Each term in the enumeration is
greater than all that precede it.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.index.TermsEnum
TermsEnum.SeekStatus -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.index.FilteredTermsEnum
attributes, docFreq, docs, docsAndPositions, getComparator, next, ord, seekCeil, seekExact, seekExact, seekExact, term, termState, totalTermFreqMethods inherited from class org.apache.lucene.index.TermsEnum
docs, docsAndPositions
-
Constructor Details
-
PrefixTermsEnum
-