Uses of Class
org.terrier.structures.LexiconOutputStream
-
Packages that use LexiconOutputStream Package Description org.terrier.structures Provides the interfaces for the index 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.classical Provides functionality for creating on-disk indices via indexer classes. -
-
Uses of LexiconOutputStream in org.terrier.structures
Subclasses of LexiconOutputStream in org.terrier.structures Modifier and Type Class Description class
FSOMapFileLexiconOutputStream
A LexiconOutputStream for FSOMapFileLexicon.class
FSOMapFileLexiconOutputStreamGeneric<T1,T2 extends org.apache.hadoop.io.WritableComparable<?>>
-
Uses of LexiconOutputStream in org.terrier.structures.indexing
Fields in org.terrier.structures.indexing with type parameters of type LexiconOutputStream Modifier and Type Field Description protected java.lang.Class<? extends LexiconOutputStream>
LexiconBuilder. lexiconOutputStream
class to be used as a lexiconoutpustream.Methods in org.terrier.structures.indexing that return LexiconOutputStream Modifier and Type Method Description protected LexiconOutputStream<java.lang.String>
LexiconBuilder. getLexOutputStream(java.lang.String structureName)
return the lexicon outputstream for the current index at the specified filenameMethods in org.terrier.structures.indexing with parameters of type LexiconOutputStream Modifier and Type Method Description 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 LexiconOutputStreamvoid
FieldLexiconMap. storeToStream(LexiconOutputStream<java.lang.String> lexiconStream, TermCodes termCodes)
Stores the lexicon tree to a lexicon stream as a sequence of entries.void
LexiconMap. storeToStream(LexiconOutputStream<java.lang.String> lexiconStream, TermCodes termCodes)
Stores the lexicon tree to a lexicon stream as a sequence of entries. -
Uses of LexiconOutputStream in org.terrier.structures.indexing.classical
Methods in org.terrier.structures.indexing.classical that return LexiconOutputStream Modifier and Type Method Description protected LexiconOutputStream<java.lang.String>
InvertedIndexBuilder. getLexOutputStream(java.lang.String _structureName)
get LexiconOutputStream
-