Hi, On Wed, Jul 24, 2013 at 2:02 PM, band_master <[email protected]>wrote:
> After reading up a bit more, I see the 'crawl' > function is deprecated in Nutch2 in favor of a java file located in > 'bin/crawl' that executes each command in sequence. It is a replacement script which chains the commands together. > I am able to > successfully crawl and Index using the command below in terminal: > > /bin/apache-nutch-2.2.1/runtime/local$ bin/crawl urls 1 > http://localhost:8983/solr/ 5 > Great > > I know for some it might be obvious, but as a newbie it was pretty > confusing > trying to get this going when most sample tutorials on the net cover > Nutch1.x specific requirements. perhaps more could be said about the > 'crawl' > deprecation on the official Nutch2 tutorial page? > DONE. Thank you and sorry that this was frustrating for you. Hopefully for others it will not be the same. There is plenty of commentary on deprecation of crawl command in nutch script on the user@ list. Thanks Lewis

