|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
uk.ac.gla.terrier.structures.indexing.singlepass.hadoop |
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)
|
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.indexing.singlepass |
---|
Methods in uk.ac.gla.terrier.structures.indexing.singlepass with parameters of type LexiconOutputStream | |
---|---|
void |
RunsMerger.endMerge(LexiconOutputStream lexStream)
Ends the merging phase, writes the last entry and closes the streams. |
void |
RunsMerger.mergeOne(LexiconOutputStream lexStream)
Mergers one term in the runs. |
Uses of LexiconOutputStream in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop |
---|
Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with parameters of type LexiconOutputStream | |
---|---|
void |
HadoopRunsMerger.endMerge(LexiconOutputStream lexStream)
|
void |
HadoopRunsMerger.mergeOne(LexiconOutputStream lexStream)
|
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |