I think I had an issue like that and commented out a section relating to id in the schema file. Seemed to do the trip
-Bud On May 17, 2010, at 3:23 PM, Hokanson,Eric wrote: > Hello, > > I currently have a working Nutch 1.0 installation that crawls our website and > then dumps the data into a Solr instance that we have. I decided to setup a > 1.1rc3 installation and copied the relevant configuration over from the > working 1.0 installation. It indexes fine but when I try to convert it to > Solr it silently fails and I find the following in my hadoop.log: > > [...] > 2010-05-14 16:34:17,580 INFO solr.SolrMappingReader - source: url dest: url > 2010-05-14 16:34:19,555 WARN mapred.LocalJobRunner - job_local_0001 > org.apache.solr.common.SolrException: ERROR: multiple values encountered for > non multiValued copy field id: http://www.mydomain.com/ > > ERROR: multiple values encountered for non multiValued copy field id: > http://www.mydomain.com/ > > I invoke it by a script like: > > bin/nutch crawl urls -dir crawl -depth 10 -topN 10000 > bin/nutch solrindex $URL crawl/crawldb crawl/linkdb crawl/segments/* > > Any clues on to what might have changed that broke this? > > Eric > > > -- > BEGIN-ANTISPAM-VOTING-LINKS > ------------------------------------------------------ > > Teach CanIt if this mail (ID 1040121816) is spam: > Spam: https://antispam.osu.edu/b.php?i=1040121816&m=fa595969eec7&c=s > Not spam: https://antispam.osu.edu/b.php?i=1040121816&m=fa595969eec7&c=n > Forget vote: https://antispam.osu.edu/b.php?i=1040121816&m=fa595969eec7&c=f > ------------------------------------------------------ > END-ANTISPAM-VOTING-LINKS >

