Terrier IR Platform
2.2.1

Uses of Class
uk.ac.gla.terrier.structures.indexing.singlepass.PostingInRun

Packages that use PostingInRun
uk.ac.gla.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
uk.ac.gla.terrier.structures.indexing.singlepass.hadoop   
 

Uses of PostingInRun in uk.ac.gla.terrier.structures.indexing.singlepass
 

Classes in uk.ac.gla.terrier.structures.indexing.singlepass with type parameters of type PostingInRun
 class FileRunIterator<K extends PostingInRun>
          Reads runs of flushed term posting lists by reading them from files.
 

Subclasses of PostingInRun in uk.ac.gla.terrier.structures.indexing.singlepass
 class BlockFieldPostingInRun
          Class holding the information for a posting list read from a previously written run at disk.
 class BlockPostingInRun
          Class holding the information for a posting list read from a previously written run at disk.
 class FieldPostingInRun
          Class holding the information for a posting list read from a previously written run at disk.
 class SimplePostingInRun
          Class holding the information for a posting list read from a previously written run at disk.
 

Methods in uk.ac.gla.terrier.structures.indexing.singlepass that return PostingInRun
 PostingInRun RunIterator.current()
          returns the current posting
 PostingInRun FileRunIterator.next()
          Move to the next posting in this run
abstract  PostingInRun RunIterator.next()
          iterator implementation
 

Constructor parameters in uk.ac.gla.terrier.structures.indexing.singlepass with type arguments of type PostingInRun
FileRunIterator(java.lang.String filename, java.lang.String termsFile, int runNo, java.lang.Class<? extends PostingInRun> _postingInRunClass)
          Load a new run from files.
FileRunIteratorFactory(java.lang.String[][] _files, java.lang.Class<? extends PostingInRun> _postingClass)
           
 

Uses of PostingInRun in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop
 

Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop that return PostingInRun
 PostingInRun HadoopRunPostingIterator.next()
          Return the next PostingInRun
 

Constructor parameters in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with type arguments of type PostingInRun
HadoopRunIteratorFactory(java.util.Iterator<MapEmittedPostingList> _postingIterator, java.lang.Class<? extends PostingInRun> _postingClass)
           
HadoopRunPostingIterator(java.lang.Class<? extends PostingInRun> postingClass, int runNo, java.util.Iterator<MapEmittedPostingList> _postingiterator, java.lang.String _term)
          Constructs a new RunPostingIterator.
 


Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow