public class Index extends Object
| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
static void |
index(int numPartitions,
File src,
String splitRegex,
BatchWriter bw) |
static void |
index(int numPartitions,
org.apache.hadoop.io.Text docId,
String doc,
String splitRegex,
BatchWriter bw) |
static void |
main(String[] args) |
public static void index(int numPartitions,
org.apache.hadoop.io.Text docId,
String doc,
String splitRegex,
BatchWriter bw)
throws Exception
Exceptionpublic static void index(int numPartitions,
File src,
String splitRegex,
BatchWriter bw)
throws Exception
ExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.