public interface IIndexUpdater
Modifier and Type | Method and Description |
---|---|
void |
run(Configuration conf,
Path[] inputPaths,
Path outputPath,
int numMapTasks,
Shard[] shards)
Create a Map/Reduce job configuration and run the Map/Reduce job to
analyze documents and update Lucene instances in parallel.
|
void run(Configuration conf, Path[] inputPaths, Path outputPath, int numMapTasks, Shard[] shards) throws IOException
conf
- inputPaths
- outputPath
- numMapTasks
- shards
- IOException
Copyright © 2010 The Apache Software Foundation