Interface TermsIterator
- All Superinterfaces:
AutoCloseable,Closeable,Iterator<IndexEntry>
- All Known Implementing Classes:
MemtableTermsIterator
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.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getMinTerm
ByteBuffer getMinTerm() -
getMaxTerm
ByteBuffer getMaxTerm()
-