I have nutch 1.11 installed together with solr 4.10.4 AND solr 5.4.1 on OS
X 10.11.

Nutch and Solr seem to work as nutch starts to index and solr shows the
admin interface together with the configured core.

Unfortunatelly no documents get added to solr and no error log entries show
up. It seems as it would be working,  but the documents are not there.

The command I am using is:

./bin/crawl -i -D solr.server.url=http://localhost:8983/solr/collection1
urls/ crawl/ 1

AND

./bin/crawl -i -D solr.server.url=http://localhost:8984/solr/crawler urls/
crawl/ 1

Nutch starts to crawl one configured domain and shows "fetching ...", I
then stop the process (ctrl c) after about 3 minutes as it would otherwise
crawl the entire domain.

Solr schema is configured and all other configurations found inside
tutorials has been done as well.

How could I approach this problem and get started? Thank you in advance for
any help!

Reply via email to