It apparently is normal, and my issue is indeed with nutch. I've modified post.sh from the example docs to use the solr in http://localhost:8080/apache-solr-3.1-SNAPSHOT and now finally data made it to the index. $ post.sh solr.xml monitor.xml
With nutch I'm at: $ svn info Path: . URL: http://svn.apache.org/repos/asf/nutch/branches/branch-1.3 Repository Root: http://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: *1101459* Node Kind: directory Schedule: normal Last Changed Author: markus Last Changed Rev: 1101280 Last Changed Date: 2011-05-10 02:46:04 +0200 (Tue, 10 May 2011) Does this work for you? All I've done is svn co nutch 1.3 and execute my script which up to now worked. On Tue, May 10, 2011 at 4:11 PM, Gabriele Kahlout <gabri...@mysimpatico.com>wrote: > Hello, > > I'm having trouble getting Solr 3.1 to work with nutch-1.3. I'm not sure > where the problem is, but I'm wondering why does the solrHome path end with > /./. > > cwd=/Applications/NetBeans/apache-tomcat-7.0.6/bin > SolrHome=/Users/simpatico/apache-solr-3.1.0/solr/./ > > In the web.xml of solr: > > <env-entry> > <env-entry-name>solr/home</env-entry-name> > > <env-entry-value>${user.home}/apache-solr-3.1.0/solr</env-entry-value> > <env-entry-type>java.lang.String</env-entry-type> > </env-entry> > > > -- > Regards, > K. Gabriele > > --- unchanged since 20/9/10 --- > P.S. If the subject contains "[LON]" or the addressee acknowledges the > receipt within 48 hours then I don't resend the email. > subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ > time(x) < Now + 48h) ⇒ ¬resend(I, this). > > If an email is sent by a sender that is not a trusted contact or the email > does not contain a valid code then the email is not received. A valid code > starts with a hyphen and ends with "X". > ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈ > L(-[a-z]+[0-9]X)). > > -- Regards, K. Gabriele --- unchanged since 20/9/10 --- P.S. If the subject contains "[LON]" or the addressee acknowledges the receipt within 48 hours then I don't resend the email. subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x) < Now + 48h) ⇒ ¬resend(I, this). If an email is sent by a sender that is not a trusted contact or the email does not contain a valid code then the email is not received. A valid code starts with a hyphen and ends with "X". ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈ L(-[a-z]+[0-9]X)).