Re: Dedupe in a SolrCloud

2015-06-18 Thread Markus Mirsberger
Thanks :) exactly what I was looking for...as I only need to create the signature once this works perfect for me:) Cheers, Markus Sent from my iPhone > On 17.06.2015, at 20:32, Shalin Shekhar Mangar wrote: > > Comments inline: > > On Wed, Jun 17, 2015 at 3:18 PM, Markus.Mirsberger > wrot

Re: Dedupe in a SolrCloud

2015-06-17 Thread Shalin Shekhar Mangar
Comments inline: On Wed, Jun 17, 2015 at 3:18 PM, Markus.Mirsberger wrote: > Hi, > > I am trying to use the dedupe feature to detect and mark near duplicate > content in my collections. > I dont want to prevent duplicate content. I woud like to detect it and keep > it for further processing. That

Dedupe in a SolrCloud

2015-06-17 Thread Markus.Mirsberger
Hi, I am trying to use the dedupe feature to detect and mark near duplicate content in my collections. I dont want to prevent duplicate content. I woud like to detect it and keep it for further processing. Thats why Im using an extra field and not the documents unique field. Here is how I ad