Hi! After some experimenting with <copyField/> directives in the nutch-provided schema.xml file (I run multicore hence the /search/update below. 'search' = corename), I ran into java.io.IOException:s. After removing them everything works fine. Is this a known issue?
Sample exception: 2010-12-01 14:45:25,170 WARN mapred.LocalJobRunner - job_local_0001 org.apache.solr.common.SolrException: Bad Request Bad Request request: http://127.0.0.1:8080/solr141ca/search/update?wt=javabin&version=1 at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(Commo nsHttpSolrServer.java:424) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(Commo nsHttpSolrServer.java:243) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(Ab stractUpdateRequest.java:105) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:49) at org.apache.nutch.indexer.solr.SolrWriter.close(SolrWriter.java:75) at org.apache.nutch.indexer.IndexerOutputFormat$1.close(IndexerOutputFor mat.java:48) at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:474 ) at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:2 16) 2010-12-01 14:45:25,201 ERROR solr.SolrIndexer - java.io.IOException: Job failed ! /Peter

