Save This Page
Home » nutch-1.0 » org.apache.nutch » indexer » [javadoc | source]
org.apache.nutch.indexer
public class: Indexer [javadoc | source]
java.lang.Object
   org.apache.hadoop.conf.Configured
      org.apache.nutch.indexer.Indexer

All Implemented Interfaces:
    org.apache.hadoop.util.Tool

Create indexes for segments.
Field Summary
public static final  String DONE_NAME     
public static final  Log LOG     
Constructor:
 public Indexer() 
 public Indexer(Configuration conf) 
Method from org.apache.nutch.indexer.Indexer Summary:
index,   main,   run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.indexer.Indexer Detail:
 public  void index(Path luceneDir,
    Path crawlDb,
    Path linkDb,
    List segments) throws IOException 
 public static  void main(String[] args) throws Exception 
 public int run(String[] args) throws Exception