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 classFSADocumentIndex.FSADocumentIndexIteratorGets an iterator over the documents in this indexstatic classFSOMapFileLexicon.MapFileLexiconEntryIteratorstatic classFSOMapFileLexiconGeneric.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 classBitPostingIndexInputStreamInput 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 classFSArrayFile.ArrayFileIterator<V extends org.apache.hadoop.io.Writable>ArrayFileIterator classstatic classFSOrderedMapFile.EntryIterator<IK extends org.apache.hadoop.io.Writable,IV extends org.apache.hadoop.io.Writable>an iterator for entries.
-