I have setup Nutch Solr and MYSQL as per this how too
http://nlp.solutions.asia/?p=362
I run Nutch using these commands.
./bin/nutch inject urls
./bin/nutch generate -topN 20
./bin/nutch fetch -all
./bin/nutch parse -all
./bin/nutch updatedb
./bin/nutch solrindex http://127.0.0.1:8983/solr/ -reindex
I have a /crawl folder yet nothing appears in it while it's indexing
where does nutch
store the content etc while it's indexing ?
Is there a informative faq on what differences using MYSQL makes too
your setup.
Cheers for any help
Shane.