Uses of Class
org.apache.nutch.util.NutchTool

Packages that use NutchTool
org.apache.nutch.api   
org.apache.nutch.crawl Crawl control code. 
org.apache.nutch.fetcher The Nutch robot. 
org.apache.nutch.indexer Maintain Lucene full-text indexes. 
org.apache.nutch.indexer.solr   
org.apache.nutch.parse   
 

Uses of NutchTool in org.apache.nutch.api
 

Fields in org.apache.nutch.api declared as NutchTool
 NutchTool JobStatus.tool
           
 

Uses of NutchTool in org.apache.nutch.crawl
 

Subclasses of NutchTool in org.apache.nutch.crawl
 class Crawler
           
 class DbUpdaterJob
           
 class GeneratorJob
           
 class InjectorJob
          This class takes a flat file of URLs and adds them to the of pages to be crawled.
 class WebTableReader
          Displays information about the entries of the webtable
 

Uses of NutchTool in org.apache.nutch.fetcher
 

Subclasses of NutchTool in org.apache.nutch.fetcher
 class FetcherJob
          Multi-threaded fetcher.
 

Uses of NutchTool in org.apache.nutch.indexer
 

Subclasses of NutchTool in org.apache.nutch.indexer
 class IndexerJob
           
 

Uses of NutchTool in org.apache.nutch.indexer.solr
 

Subclasses of NutchTool in org.apache.nutch.indexer.solr
 class SolrIndexerJob
           
 

Uses of NutchTool in org.apache.nutch.parse
 

Subclasses of NutchTool in org.apache.nutch.parse
 class ParserJob
           
 



Copyright © 2012 The Apache Software Foundation