On 19/05/15 14:47, Alessandro Benedetti wrote: > Hi Bram, > what do you mean with : > " I > would like it to provide the unique value myself, without having the > deduplicator create a hash of field values " . > > This is not reduplication, but simple document filtering based on a > constraint. > In the case you want de-duplication ( which seemed from your very first > part of the mail) here you can find a lot of info :
Not sure whether de-duplication is the right word for what I'm after, I essentially want a unique constraint on an arbitrary field. Without overwrite semantics, because I want Solr to tell me if a duplicate is sent to Solr. I was thinking that the de-duplication feature could accomplish this somehow. - Bram