I had a similar error. I couldn't find any documentation which nutch and
solr versions are compatible. For instance, we' re using nutch 1.6 on
hadoop 1.0.4 with solrj 3.4.0 and index crawled segments to solr 4.2.0. But
I remember that I could find a compatible version of solrj for nutch 1.4
(becaus
: ./nutch crawl urls -dir myCrawl2 -solr http://localhost:8080 -depth 2 -topN
...
: Caused by: org.apache.solr.common.SolrException: Not Found
:
: Not Found
:
: request: http://localhost:8080/select?q=id:[* TO
: *]&fl=id&rows=1&wt=javabin&version=2
...
: Other possibly helpful inf
can you check if you have correct solrj client library version in both nutch
and Solr server.
--
View this message in context:
http://lucene.472066.n3.nabble.com/nutch-1-4-solr-3-4-configuration-error-tp4068724p4068733.html
Sent from the Solr - User mailing list archive at Nabble.com.
I am trying to configure nutch 1.4 with solr 3.4.
I configured everything and when I run the command:
./nutch crawl urls -dir myCrawl2 -solr http://localhost:8080 -depth 2 -topN
2
I get the following error:
java.io.IOException: Job failed!
SolrDeleteDuplicates: starting at 2013-06-06 15:49:30
S