Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "bin/nutch_crawl" page has been changed by JoeLencioni: http://wiki.apache.org/nutch/bin/nutch_crawl?action=diff&rev1=20&rev2=21 Comment: adding -dir parameter Usage: {{{ - bin/nutch crawl <url_dir> [-solr <solrURL>] [-threads n] [-depth i] [-topN N] + bin/nutch crawl <urlDir> [-solr <solrURL>] [-dir d] [-threads n] [-depth i] [-topN N] }}} - '''<url_dir>''': Contains text files with URL lists. This must be an existing directory. Example would be ${NUTCH_HOME}/urls + '''<urlDir>''': Contains text files with URL lists. This must be an existing directory. Example would be ${NUTCH_HOME}/urls '''[-solr <solrURL>]''': Enables us to pass our Solr instance as an indexing parameter to simplify the process of indexing with Solr. + + '''[-dir d]''': This parameter enables you to choose the directory Nutch should use when crawling. '''[-threads n]''': This parameter enables you to choose how many threads Nutch should use when crawling.

