Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.LexiconOutputStream

Packages that use LexiconOutputStream
uk.ac.gla.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
uk.ac.gla.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
uk.ac.gla.terrier.structures.trees Provides basic binary tree implementations that are used during indexing of documents. 
 

Uses of LexiconOutputStream in uk.ac.gla.terrier.structures
 

Subclasses of LexiconOutputStream in uk.ac.gla.terrier.structures
 class BlockLexiconOutputStream
          An output stream for writing the lexicon to a file sequentially.
 class UTFBlockLexiconOutputStream
          An output stream for writing the lexicon to a file sequentially.
 class UTFLexiconOutputStream
          This class implements an output stream for the lexicon structure.
 

Uses of LexiconOutputStream in uk.ac.gla.terrier.structures.indexing
 

Methods in uk.ac.gla.terrier.structures.indexing that return LexiconOutputStream
 LexiconOutputStream InvertedIndexBuilder.getLexOutputStream(java.lang.String filename)
           
 LexiconOutputStream LexiconBuilder.getLexOutputStream(java.lang.String filename)
           
 

Methods in uk.ac.gla.terrier.structures.indexing with parameters of type LexiconOutputStream
 void BlockLexiconMap.storeToStream(LexiconOutputStream _lexiconStream)
          Stores the lexicon map to a lexicon stream as a sequence of entries.
 void LexiconMap.storeToStream(LexiconOutputStream lexiconStream)
          Stores the lexicon tree to a lexicon stream as a sequence of entries.
 

Uses of LexiconOutputStream in uk.ac.gla.terrier.structures.trees
 

Methods in uk.ac.gla.terrier.structures.trees with parameters of type LexiconOutputStream
 void LexiconTree.storeToStream(LexiconOutputStream lexiconStream)
          Deprecated. Stores the lexicon tree to a lexicon stream as a sequence of entries.
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow