Re: nutch 1.4, solr 3.4 configuration error

2013-06-07 Thread Tuğcem Oral
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

nutch 1.4, solr 3.4 configuration error

2013-06-06 Thread Isaac Stennett
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

Re: nutch 1.4, solr 3.4 configuration error

2013-06-06 Thread bbarani
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.

Re: nutch 1.4, solr 3.4 configuration error

2013-06-06 Thread Chris Hostetter
: ./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=idrows=1wt=javabinversion=2 ... : Other possibly helpful