Uses of Class
org.terrier.structures.bit.DirectInvertedOutputStream
-
Packages that use DirectInvertedOutputStream Package Description org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme.org.terrier.structures.merging Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures. -
-
Uses of DirectInvertedOutputStream in org.terrier.structures.bit
Subclasses of DirectInvertedOutputStream in org.terrier.structures.bit Modifier and Type Class Description class
BlockDirectInvertedOutputStream
Writes a block direct or block inverted index, when passed appropriate posting lists.class
BlockFieldDirectInvertedOutputStream
Writes out a blocks and fields direct index to an output streamclass
DirectInvertedDocidOnlyOuptutStream
A BitPosting writing class that doesn't write any frequency informationclass
FieldDirectInvertedOutputStream
Bit out class for writing a posting list with fields -
Uses of DirectInvertedOutputStream in org.terrier.structures.merging
Fields in org.terrier.structures.merging with type parameters of type DirectInvertedOutputStream Modifier and Type Field Description protected java.lang.Class<? extends DirectInvertedOutputStream>
StructureMerger. directFileOutputStreamClass
class to use to write direct fileprotected java.lang.Class<? extends DirectInvertedOutputStream>
StructureMerger. fieldDirectFileOutputStreamClass
-