Uses of Class
org.terrier.structures.AbstractPostingOutputStream
-
Packages that use AbstractPostingOutputStream Package Description org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme.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 AbstractPostingOutputStream in org.terrier.structures.bit
Subclasses of AbstractPostingOutputStream 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 informationclassDirectInvertedOutputStreamWrites a block direct or block inverted index, when passed appropriate posting lists.classFieldDirectInvertedOutputStreamBit out class for writing a posting list with fields -
Uses of AbstractPostingOutputStream in org.terrier.structures.indexing
Fields in org.terrier.structures.indexing declared as AbstractPostingOutputStream Modifier and Type Field Description protected AbstractPostingOutputStreamIndexer. directIndexBuilderThe builder that creates the direct index.Methods in org.terrier.structures.indexing that return AbstractPostingOutputStream Modifier and Type Method Description abstract AbstractPostingOutputStreamCompressionFactory.CompressionConfiguration. getPostingOutputStream(java.lang.String filename)Write a file of postings to the given location -
Uses of AbstractPostingOutputStream in org.terrier.structures.indexing.classical
Fields in org.terrier.structures.indexing.classical declared as AbstractPostingOutputStream Modifier and Type Field Description protected AbstractPostingOutputStreamInvertedIndexBuilder. fileThe underlying bit file.
-