Uses of Package
org.terrier.structures.indexing.singlepass

Packages that use org.terrier.structures.indexing.singlepass
org.terrier.indexing Provides classes and interfaces related to the indexing of documents. 
org.terrier.indexing.hadoop Provides classes for Terrier's MapReduce indexer. 
org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
org.terrier.structures.indexing.singlepass.hadoop Provides classes implemeting the Hadoop MapReduce indexing in Terrier. 
 

Classes in org.terrier.structures.indexing.singlepass used by org.terrier.indexing
MemoryPostings
          Class for handling Simple posting lists in memory while indexing.
PostingInRun
          Base class for PostingInRun classes
RunsMerger
          Merges a set of N runs using a priority queue.
 

Classes in org.terrier.structures.indexing.singlepass used by org.terrier.indexing.hadoop
RunsMerger
          Merges a set of N runs using a priority queue.
 

Classes in org.terrier.structures.indexing.singlepass used by org.terrier.structures.indexing.singlepass
BlockMemoryPostings
          Class for handling posting lists containing block information in memory while indexing.
BlockPosting
          Class representing a posting list in memory with block information It keeps the information for DF, TF, and the sequence [doc, tf, blockCount, [blockId]]
BlockPostingInRun
          Class holding the information for a posting list read from a previously written run at disk.
Inverted2DirectIndexBuilder
          Create a direct index from an InvertedIndex.
MemoryPostings
          Class for handling Simple posting lists in memory while indexing.
Posting
          Class representing a simple posting list in memory.
PostingInRun
          Base class for PostingInRun classes
RunIterator
          An abstract base class which allows PostingInRuns to be iterated over.
RunIteratorFactory
          Base class for Factories of RunIterators.
RunWriter
          This class writes a run to disk.
SimplePostingInRun
          Class holding the information for a posting list read from a previously written run at disk.
SimplePostingInRun.PIRPostingIterator
           
 

Classes in org.terrier.structures.indexing.singlepass used by org.terrier.structures.indexing.singlepass.hadoop
Posting
          Class representing a simple posting list in memory.
PostingInRun
          Base class for PostingInRun classes
RunIterator
          An abstract base class which allows PostingInRuns to be iterated over.
RunIteratorFactory
          Base class for Factories of RunIterators.
RunsMerger
          Merges a set of N runs using a priority queue.
RunWriter
          This class writes a run to disk.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow