Uses of Interface
org.terrier.structures.Skipable

Packages that use Skipable
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
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
 class BitPostingIndexInputStream
          Input stream for a bit posting index.
 class BlockDirectIndexInputStream
          This class reads the block field direct index structure sequentially, as an input stream.
 class BlockInvertedIndexInputStream
          Reads a BlockInvertedIndex as a stream
 class DirectIndexInputStream
          This class reads the direct index structure, sequentially, as an input stream.
static class FSADocumentIndex.FSADocumentIndexIterator
          Gets an iterator over the documents in this index
static class FSOMapFileLexicon.MapFileLexiconEntryIterator
          Iterate through the values in order
 class InvertedIndexInputStream
          Reads an InvertedIndex as a stream
 

Uses of Skipable in org.terrier.structures.collections
 

Classes in org.terrier.structures.collections that implement Skipable
static class FSArrayFile.ArrayFileIterator<V extends Writable>
          ArrayFileIterator class
static class FSOrderedMapFile.EntryIterator<IK extends Writable,IV extends Writable>
          an iterator for entries.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow