On 6/3/2013 1:58 PM, PeriS wrote:
You got the point; I do have a the unique key defined, but for some reason, when i run the delta-import; a new entry is created for the same record with a new unique key. Its almost somehow it doesn't detect the existing record.
If the new document has a different value in the uniqueKey field, then Solr will not have any way to know that it should delete the old document. Perhaps you need to choose a different field for uniqueKey.
Thanks, Shawn