public class TrecForwardIndexBuilder
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
-libjar for this tool to run.
Sample invocation:
hadoop jar cloud9.jar edu.umd.cloud9.collection.trec.TrecForwardIndexBuilder \ -libjars guava.jar \ -collection /shared/collections/trec/trec4-5_noCRFR.xml \ -docnoMapping /shared/collections/trec/docno-mapping.dat \ -index findex.dat
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_OPTION |
static String |
INDEX_OPTION |
static String |
MAPPING_OPTION |
| Constructor and Description |
|---|
TrecForwardIndexBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Dispatches command-line arguments to the tool via the
ToolRunner. |
int |
run(String[] args)
Runs this tool.
|
public static final String COLLECTION_OPTION
public static final String INDEX_OPTION
public static final String MAPPING_OPTION
Copyright © 2015. All rights reserved.