Re: Problem with UniqueKey When Using ContentStreamUpdateRequest

2013-08-10 Thread Jack Krupansky
Sent: Friday, August 09, 2013 11:05 PM To: solr-user@lucene.apache.org Subject: Problem with UniqueKey When Using ContentStreamUpdateRequest Using Solr 4.3.1 with SolrJ... In my schema xml I have defined : and farther down attachmentid Then following all the examples of ContentStreamUpdateRequ

Problem with UniqueKey When Using ContentStreamUpdateRequest

2013-08-10 Thread adammyatt
: Document is missing mandatory uniqueKey field: attachmentid Based on the log statement above it looks like my uniqueKey "attachmentid" is getting passed. Since it is defined in my schema.xml I'm at a loss why this doesn't seem to work? -- View this m