Hi, On Tue, Nov 13, 2012 at 4:22 PM, Erol Akarsu <[email protected]> wrote:
> Nov 13, 2012 11:11:48 AM org.apache.solr.common.SolrException log > SEVERE: org.apache.solr.common.SolrException: Document contains multiple > values for uniqueKey field: id=[org.apache.nutch:http/, 0000000000000000] The proposed schema in the Nutch jira issue is not 100% tested or even a resolution. It was put up there to begin making progress in solving the issue. As Kiran suggested the issue seems to be related to Solr detecting multiple values for the currently single valued *id* field. You could try editing the id field configuration as such, then restart your solr server with the updated schema. <field name="id" type="string" stored="true" indexed="true" multiValued=true />

