Package | Description |
---|---|
org.terrier.structures.bit |
Provides on-disk index structures that support the older bit-level compression scheme.
|
org.terrier.structures.indexing.singlepass.hadoop |
Provides classes implemeting the Hadoop MapReduce indexing in Terrier.
|
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 doesnt write any frequency information
|
class |
FieldDirectInvertedOutputStream
Bit out class for writing a posting list with fields
|
Modifier and Type | Method and Description |
---|---|
Class<? extends DirectInvertedOutputStream> |
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob.getBitOutputClass()
get bitOutputClass
|
Modifier and Type | Method and Description |
---|---|
void |
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob.setBitOutputClass(Class<? extends DirectInvertedOutputStream> _bitOutputClass)
set bitOutputClass
|
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 4.0. Copyright © 2004-2014 University of Glasgow