Package | Description |
---|---|
org.terrier.structures.indexing |
Provides the classes used for creating the data structures of
the Terrier platform.
|
org.terrier.structures.indexing.singlepass.hadoop |
Provides classes implemeting the Hadoop MapReduce indexing in Terrier.
|
org.terrier.utility.io |
This package includes classes that are used for various IO duties within Terrier.
|
Modifier and Type | Method and Description |
---|---|
static void |
CompressingMetaIndexBuilder.reverseAsMapReduceJob(IndexOnDisk index,
String structureName,
String[] keys,
HadoopPlugin.JobFactory jf)
reverseAsMapReduceJob
|
Modifier and Type | Method and Description |
---|---|
HadoopPlugin.JobFactory |
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob.getJf()
What job factory to use?
|
Modifier and Type | Method and Description |
---|---|
static void |
Hadoop_BasicSinglePassIndexer.finish(String destinationIndexPath,
int numberOfReduceTasks,
HadoopPlugin.JobFactory jf)
finish
|
static void |
Inv2DirectMultiReduce.invertStructure(IndexOnDisk index,
HadoopPlugin.JobFactory jf,
int numberOfReduceTasks)
Performs the inversion, from "inverted" structure to "direct" structure.
|
void |
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob.setJf(HadoopPlugin.JobFactory _jf)
set jf
|
Constructor and Description |
---|
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob(IndexOnDisk _index,
HadoopPlugin.JobFactory _jf)
constructor
|
Modifier and Type | Method and Description |
---|---|
static HadoopPlugin.JobFactory |
HadoopPlugin.getJobFactory(String sessionName)
Get a JobFactory with the specified session name.
|
protected static HadoopPlugin.JobFactory |
HadoopPlugin.getJobFactory(String sessionName,
boolean persistent)
implements the obtaining of job factories
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow