Thanks Joe for pointing it out. There was a jira [0] for this bug and the change is already present in the trunk.
[0] : https://issues.apache.org/jira/browse/NUTCH-1500 On Fri, Jun 21, 2013 at 7:11 PM, Joe Zhang <[email protected]> wrote: > The new crawl script is quite useful. Thanks for the addition. > > It comes with a bug, though: > > > Line 169: > $bin/nutch solrindex $SOLRURL $CRAWL_PATH/crawldb -linkdb > $CRAWL_PATH/linkdb $SEGMENT > > should be: > > $bin/nutch solrindex $SOLRURL $CRAWL_PATH/crawldb -linkdb > $CRAWL_PATH/linkdb $CRAWL_PATH/segments/$SEGMENT > > instead. >

