Package | Description |
---|---|
org.apache.hadoop.contrib.index.mapred |
Modifier and Type | Class and Description |
---|---|
class |
IndexUpdater
An implementation of an index updater interface which creates a Map/Reduce
job configuration and run the Map/Reduce job to analyze documents and update
Lucene instances in parallel.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IIndexUpdater> |
IndexUpdateConfiguration.getIndexUpdaterClass()
Get the index updater class.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexUpdateConfiguration.setIndexUpdaterClass(java.lang.Class<? extends IIndexUpdater> theClass)
Set the index updater class.
|
Copyright © 2009 The Apache Software Foundation