public class ClueWarcForwardIndexBuilder
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
Tool for building a document forward index for the ClueWeb09 collection. Sample invocation:
hadoop jar dist/cloud9-X.X.X.jar edu.umd.cloud9.collection.clue.ClueWarcForwardIndexBuilder \ -collection /shared/collections/ClueWeb09/collection.compressed.block/en.01 \ -index findex.en.01.dat
| Modifier and Type | Field and Description |
|---|---|
static String |
COLLECTION_OPTION |
static String |
INDEX_OPTION |
| Constructor and Description |
|---|
ClueWarcForwardIndexBuilder() |
| 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
Copyright © 2015. All rights reserved.