public interface IIndexUpdater
限定符和类型 | 方法和说明 |
---|---|
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 © 2009 The Apache Software Foundation