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 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
DirectInvertedOutputStream
Writes a block direct or block inverted index, when passed appropriate posting lists.class
FieldDirectInvertedOutputStream
Bit 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 AbstractPostingOutputStream
Indexer. directIndexBuilder
The builder that creates the direct index.Methods in org.terrier.structures.indexing that return AbstractPostingOutputStream Modifier and Type Method Description abstract AbstractPostingOutputStream
CompressionFactory.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 AbstractPostingOutputStream
InvertedIndexBuilder. file
The underlying bit file.
-