public interface PostingIndexInputStream extends Closeable, Iterator<IterablePosting>
| Modifier and Type | Method and Description | 
|---|---|
| Pointer | getCurrentPointer()Returns the pointer associated with the current postings being accessed | 
| int | getEntriesSkipped()Returns the number of entries that were skipped during
 a call to the next(). | 
| IterablePosting | getNextPostings()Return the next IterablePosting object, or null if none defined. | 
| int | getNumberOfCurrentPostings()Returns the number of postings in the current IterablePosting object | 
| void | print()Renders the entire structure to stdout | 
IterablePosting getNextPostings() throws IOException
IOException - if an I/O problem occurs.int getNumberOfCurrentPostings()
Pointer getCurrentPointer()
int getEntriesSkipped()
void print()
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow