Hi Xavier Your config file looks a bit outdated. Here are the values set by default (see http://svn.apache.org/repos/asf/nutch/trunk/conf/nutch-default.xml)
<property> <name>plugin.includes</name> <value>protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor)|*indexer-solr*|scoring-opic|urlnormalizer-(pass|regex|basic)</value> </property> Your problem comes from the fact that you are missing indexer-solr. You should not need *query-(basic|site|url)|response-(json|xml)|summary-basic *as they date back to times immemorial when we used to manage the indexing and search ourselves. HTH Julien On 10 April 2014 18:05, Xavier Morera <[email protected]> wrote: > Hi, > > I have followed several Nutch tutorials - including the main one > http://wiki.apache.org/nutch/NutchTutorial - to crawl sites (which works, > I can see in the console as the pages get crawled and the directories built > with the data) but for the life of me I can't get anything posted to Solr. > The Solr console doesn't even squint, therefore Nutch is not sending > anything. > > This is the command that I send over that crawls and in theory should also > post > bin/crawl urls/seed.txt TestCrawl http://localhost:8983/solr 2 > > But I found that I could also use this one when it is already crawled > bin/nutch solrindex http://localhost:8983/solr crawl/crawldb crawl/linkdb > crawl/segments/* > > But no luck. > > This is the only thing that called my attention but I read that by adding > the property below would work but doesn't work. > *No IndexWriters activated - check your configuration* > > This is the property > <property> > <name>plugin.includes</name> > > <value>protocol-http|urlfilter-regex|parse-html|index-(basic|anchor)|query-(basic|site|url)|response-(json|xml)|summary-basic|scoring-opic|urlnormalizer-(pass|regex|basic)</value> > </property> > > Any idea? Apache Nutch 1.8 running Java 1.6 via Cygwin on Windows. > > -- > *Xavier Morera* > email: [email protected] > CR: +(506) 8849 8866 > US: +1 (305) 600 4919 > skype: xmorera > > > > -- > *Xavier Morera* > email: [email protected] > CR: +(506) 8849 8866 > US: +1 (305) 600 4919 > skype: xmorera > -- Open Source Solutions for Text Engineering http://digitalpebble.blogspot.com/ http://www.digitalpebble.com http://twitter.com/digitalpebble

