I get InvalidInputException when the script is running:

$bin/nutch solrindex $SOLRURL $CRAWL_PATH/crawldb -linkdb
$CRAWL_PATH/linkdb $SEGMENT

I think it's because it is looking for the segments directory in
runtime/local/ instead of in the crawl/segments path...

I changed it to:

$bin/nutch solrindex $SOLRURL $CRAWL_PATH/crawldb -linkdb
$CRAWL_PATH/linkdb $CRAWL_PATH/segments/$SEGMENT

and it seems to work now.

Or maybe this whole thing is just because I'm running in standalone ?

Anyway, hope it helps if anyone gets the same error.

Cheers.

Reply via email to