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.
|
Modifier and Type | Class and 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 stream
|
class |
DirectInvertedDocidOnlyOuptutStream
A BitPosting writing class that doesn't write any frequency information
|
class |
FieldDirectInvertedOutputStream
Bit out class for writing a posting list with fields
|
Modifier and Type | Field and Description |
---|---|
protected Class<? extends DirectInvertedOutputStream> |
StructureMerger.directFileOutputStreamClass
class to use to write direct file
|
protected Class<? extends DirectInvertedOutputStream> |
StructureMerger.fieldDirectFileOutputStreamClass |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow