On Jul 15, 2008, at 10:31 AM, Fuad Efendi wrote:
Thanks Ryan,
Is <uniqueKey> really unique if we allow duplicates? I had similar
problem...
if you allowDups, then uniqueKey may not be unique...
however, it is still used as the key for many items.
Quoting Ryan McKinley <[EMAIL PROTECTED]>:
On Jul 15, 2008, at 2:45 AM, Sunil wrote:
Hi All,
I want to change the duplicate content behavior in solr. What I
want to
do is:
1) I don't want duplicate content.
2) I don't want to overwrite old content with new one.
Means, if I add duplicate content in solr and the content already
exists, the old content should not be overwritten.
Can anyone suggest how to achieve it?
Check the "allowDups" options for <add>
http://wiki.apache.org/solr/UpdateXmlMessages#head-3dfbf90fbc69f168ab6f3389daf68571ad614bef
Thanks,
Sunil