Uses of Class
org.terrier.structures.LexiconOutputStream

Packages that use LexiconOutputStream
org.terrier.indexing.hadoop Provides classes for Terrier's MapReduce indexer. 
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
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. 
 

Uses of LexiconOutputStream in org.terrier.indexing.hadoop
 

Fields in org.terrier.indexing.hadoop declared as LexiconOutputStream
protected  LexiconOutputStream<java.lang.String> Hadoop_BasicSinglePassIndexer.lexstream
          OutputStream for the Lexicon
 

Uses of LexiconOutputStream in org.terrier.structures
 

Subclasses of LexiconOutputStream in org.terrier.structures
 class FSOMapFileLexiconOutputStream
          A LexiconOutputStream for FSOMapFileLexicon.
 

Uses of LexiconOutputStream in org.terrier.structures.indexing
 

Fields in org.terrier.structures.indexing with type parameters of type LexiconOutputStream
protected  java.lang.Class<? extends LexiconOutputStream> LexiconBuilder.lexiconOutputStream
          class to be used as a lexiconoutpustream.
 

Methods in org.terrier.structures.indexing that return LexiconOutputStream
protected  LexiconOutputStream<java.lang.String> LexiconBuilder.getLexOutputStream(java.lang.String structureName)
          return the lexicon outputstream or the current index at the specified filename
protected  LexiconOutputStream<java.lang.String> InvertedIndexBuilder.getLexOutputStream(java.lang.String _structureName)
          get LexiconOutputStream
 

Methods in org.terrier.structures.indexing with parameters of type LexiconOutputStream
protected  void LexiconBuilder.mergeNLexicons(java.util.Iterator<java.util.Map.Entry<java.lang.String,LexiconEntry>>[] lis, LexiconOutputStream<java.lang.String> los)
           
protected  void LexiconBuilder.mergeTwoLexicons(java.util.Iterator<java.util.Map.Entry<java.lang.String,LexiconEntry>> lis1, java.util.Iterator<java.util.Map.Entry<java.lang.String,LexiconEntry>> lis2, LexiconOutputStream<java.lang.String> los)
          Merge the two LexiconInputStreams into the given LexiconOutputStream
 void LexiconMap.storeToStream(LexiconOutputStream<java.lang.String> lexiconStream)
          Stores the lexicon tree to a lexicon stream as a sequence of entries.
 void FieldLexiconMap.storeToStream(LexiconOutputStream<java.lang.String> lexiconStream)
          Stores the lexicon tree to a lexicon stream as a sequence of entries.
 void BlockLexiconMap.storeToStream(LexiconOutputStream<java.lang.String> lexiconStream)
          Stores the lexicon map to a lexicon stream as a sequence of entries.
 void BlockFieldLexiconMap.storeToStream(LexiconOutputStream<java.lang.String> lexiconStream)
          Stores the lexicon tree to a lexicon stream as a sequence of entries.
 

Uses of LexiconOutputStream in org.terrier.structures.indexing.singlepass
 

Methods in org.terrier.structures.indexing.singlepass with parameters of type LexiconOutputStream
 void RunsMerger.endMerge(LexiconOutputStream<java.lang.String> lexStream)
          Ends the merging phase, writes the last entry and closes the streams.
 void RunsMerger.mergeOne(LexiconOutputStream<java.lang.String> lexStream)
          Mergers one term in the runs.
 

Uses of LexiconOutputStream in org.terrier.structures.indexing.singlepass.hadoop
 

Methods in org.terrier.structures.indexing.singlepass.hadoop with parameters of type LexiconOutputStream
 void HadoopRunsMerger.endMerge(LexiconOutputStream<java.lang.String> lexStream)
          Ends the merging phase, writes the last entry and closes the streams.
 void HadoopRunsMerger.mergeOne(LexiconOutputStream<java.lang.String> lexStream)
          Mergers one term in the runs.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow