Interface TermsIterator

All Superinterfaces:
AutoCloseable, Closeable, Iterator<IndexEntry>
All Known Implementing Classes:
MemtableTermsIterator

@NotThreadSafe public interface TermsIterator extends Iterator<IndexEntry>, Closeable
An iterator over the contents of an index that extends Iterator<IndexEntry> that provides the min and max terms in the index. Each IndexEntry contains a term and the postings associated with that term.