You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/09 23:35:02 UTC

[Nutch Wiki] Update of "bin/nutch crawl" by JerryRussell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by JerryRussell:
http://wiki.apache.org/nutch/bin/nutch_crawl

The comment on the change is:
fixed classpath to org.apache

------------------------------------------------------------------------------
- crawl is an alias for net.nutch.tools.!CrawlTool
+ crawl is an alias for org.apache.nutch.tools.!CrawlTool
  
  Perform complete crawling and indexing given a set of root urls.
  
- Usage: bin/nutch net.nutch.tools.!CrawlTool (-local | -ndfs <nameserver:port>) <root_url_file> [-dir d] [-threads n] [-depth i] [-showThreadID]
+ Usage: bin/nutch org.apache.nutch.tools.!CrawlTool (-local | -ndfs <nameserver:port>) <root_url_file> [-dir d] [-threads n] [-depth i] [-showThreadID]
  
  CommandLineOptions