Re: UUIDUpdateProcessorFactory causes repeated documents when uploading csv files?

2015-01-02 Thread jia gu
It's a single Solr Instance, and in my files, I used 'doc_key' everywhere, but I changed it to "id" in the email I sent out wanting to make it easier to read, sorry don't mean to confuse you :) On Fri, Jan 2, 2015 at 4:06 PM, Alexandre Rafalovitch wrote: > On 2 January 2015 at 15:43, wrote: >

Re: UUIDUpdateProcessorFactory causes repeated documents when uploading csv files?

2015-01-08 Thread jia gu
Thank you for your reply Chris :) Solr is producing the correct result on its own. The problem is that I am calling a dataload class to call Solr, which worked for assigned ID and composite ID, but not for UUID. Is there a place to delete my question on the mailing list? Thank you, Jia On Wed, Ja

Re: UUIDUpdateProcessorFactory causes repeated documents when uploading csv files?

2015-01-08 Thread jia gu
Problem solved - it's caused by a system outside of Solr. Thank you all for the prompt replies! :) On Thu, Jan 8, 2015 at 12:40 PM, Chris Hostetter wrote: > : Thank you for your reply Chris :) Solr is producing the correct result > on > : its own. The problem is that I am calling a dataload cla