org.apache.nutch.indexer.solr
Class SolrIndexerJob

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.nutch.util.NutchTool
          extended by org.apache.nutch.indexer.IndexerJob
              extended by org.apache.nutch.indexer.solr.SolrIndexerJob
All Implemented Interfaces:
Configurable, Tool

public class SolrIndexerJob
extends IndexerJob


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.nutch.indexer.IndexerJob
IndexerJob.IndexerMapper
 
Field Summary
static org.slf4j.Logger LOG
           
 
Fields inherited from class org.apache.nutch.util.NutchTool
currentJob, currentJobNum, numJobs, results, status
 
Constructor Summary
SolrIndexerJob()
           
 
Method Summary
static void main(String[] args)
           
 Map<String,Object> run(Map<String,Object> args)
          Runs the tool, using a map of arguments.
 int run(String[] args)
           
 
Methods inherited from class org.apache.nutch.indexer.IndexerJob
createIndexJob
 
Methods inherited from class org.apache.nutch.util.NutchTool
getProgress, getStatus, killJob, stopJob
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

LOG

public static org.slf4j.Logger LOG
Constructor Detail

SolrIndexerJob

public SolrIndexerJob()
Method Detail

run

public Map<String,Object> run(Map<String,Object> args)
                       throws Exception
Description copied from class: NutchTool
Runs the tool, using a map of arguments. May return results, or null.

Specified by:
run in class NutchTool
Throws:
Exception

run

public int run(String[] args)
        throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation