Hi all,
I am facing the same Issue as described above when running nutch solrindex:
SolrIndexerJob: starting
Adding 250 documents
SolrIndexerJob: java.lang.RuntimeException: job failed: name=solr-index,
jobid=job_local_0001
at
org.apache.nutch.util.NutchJob.waitForCompletion(NutchJob.java:54)
at
org.apache.nutch.indexer.solr.SolrIndexerJob.run(SolrIndexerJob.java:46)
at
org.apache.nutch.indexer.solr.SolrIndexerJob.indexSolr(SolrIndexerJob.java:54)
at
org.apache.nutch.indexer.solr.SolrIndexerJob.run(SolrIndexerJob.java:75)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at
org.apache.nutch.indexer.solr.SolrIndexerJob.main(SolrIndexerJob.java:84)
I've added the following line to my schema.xml of solr:
<field name="_version_" type="long" indexed="true" stored="true"/>
I am running nutch2.1 and solr4.0.0
Does anyone have a tip how to further analyse the issue?
Thanks in advance!
--
View this message in context:
http://lucene.472066.n3.nabble.com/org-apache-solr-common-SolrException-Document-contains-multiple-values-for-uniqueKey-field-id-tp4019827p4022946.html
Sent from the Nutch - User mailing list archive at Nabble.com.