Lewis, I finally run Nutch 2.1 and SOLR 4.0 together! Patch seems worked
Thanks for your help Erol Akarsu On Tue, Nov 13, 2012 at 1:32 PM, Erol Akarsu <[email protected]> wrote: > Lewis, > > I am sorry SLR 4.0 throws error when we set multiValue = true fro ID field > > > - > *collection1:*org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: > uniqueKey field (null) can not be configured to be multivalued > > Please check your logs for more information > > Erol Akarsu > > > On Tue, Nov 13, 2012 at 1:10 PM, Lewis John Mcgibbney < > [email protected]> wrote: > >> 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 /> >> > >

