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 classBlockDirectInvertedOutputStreamWrites a block direct or block inverted index, when passed appropriate posting lists.classBlockFieldDirectInvertedOutputStreamWrites out a blocks and fields direct index to an output streamclassDirectInvertedDocidOnlyOuptutStreamA BitPosting writing class that doesn't write any frequency informationclassFieldDirectInvertedOutputStreamBit 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. directFileOutputStreamClassclass to use to write direct fileprotected java.lang.Class<? extends DirectInvertedOutputStream>StructureMerger. fieldDirectFileOutputStreamClass
-