Uses of Interface
org.terrier.structures.Skipable
-
Packages that use Skipable Package Description org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform.org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme.org.terrier.structures.collections Provides data structures various data structures. -
-
Uses of Skipable in org.terrier.structures
Classes in org.terrier.structures that implement Skipable Modifier and Type Class Description static class
FSADocumentIndex.FSADocumentIndexIterator
Gets an iterator over the documents in this indexstatic class
FSOMapFileLexicon.MapFileLexiconEntryIterator
static class
FSOMapFileLexiconGeneric.MapFileLexiconEntryIterator<T extends org.apache.hadoop.io.WritableComparable<?>>
Iterate through the values in order -
Uses of Skipable in org.terrier.structures.bit
Classes in org.terrier.structures.bit that implement Skipable Modifier and Type Class Description class
BitPostingIndexInputStream
Input stream for a bit posting index. -
Uses of Skipable in org.terrier.structures.collections
Classes in org.terrier.structures.collections that implement Skipable Modifier and Type Class Description static class
FSArrayFile.ArrayFileIterator<V extends org.apache.hadoop.io.Writable>
ArrayFileIterator classstatic class
FSOrderedMapFile.EntryIterator<IK extends org.apache.hadoop.io.Writable,IV extends org.apache.hadoop.io.Writable>
an iterator for entries.
-