Re: mark solr documents as duplicates on hashing the combination of some fields

2014-10-22 Thread Alexandre Rafalovitch
This is the "dark art" knowledge. I've updated the Reference Guide comment with the request to have this text included, but it would also be nice to have it as part of the Javadoc for the Factory or the URP itself. Maybe WIKI as well. I can see not getting this part causing somebody a lot of headac

Re: mark solr documents as duplicates on hashing the combination of some fields

2014-10-22 Thread Chris Hostetter
: I meant signature will be broken. For example suppose the destination of : hash function for signature fields are "sig". After each partial update it : becomes: "00"! details please. how are you configuring your update processor chain? what does your schema look like? what types of at

Re: mark solr documents as duplicates on hashing the combination of some fields

2014-10-22 Thread Ali Nazemian
I meant signature will be broken. For example suppose the destination of hash function for signature fields are "sig". After each partial update it becomes: "00"! On Wed, Oct 22, 2014 at 2:59 PM, Alexandre Rafalovitch wrote: > What do you mean by 'useless' specifically on the business le

Re: mark solr documents as duplicates on hashing the combination of some fields

2014-10-22 Thread Alexandre Rafalovitch
What do you mean by 'useless' specifically on the business level? Regards, Alex On 22/10/2014 7:27 am, "Ali Nazemian" wrote: > The problem is when I partially update some fields of document. The > signature becomes useless! Even if the updated fields are not included in > the signatureField

Re: mark solr documents as duplicates on hashing the combination of some fields

2014-10-22 Thread Ali Nazemian
The problem is when I partially update some fields of document. The signature becomes useless! Even if the updated fields are not included in the signatureField! Regards. On Wed, Oct 22, 2014 at 12:44 AM, Chris Hostetter wrote: > > you can still use the SignatureUpdateProcessorFactory for your u

Re: mark solr documents as duplicates on hashing the combination of some fields

2014-10-21 Thread Chris Hostetter
you can still use the SignatureUpdateProcessorFactory for your usecase, just don't configure teh signatureField to be the same as your uniqueKey field. configure some othe fieldname (ie "signature") instead. : Date: Tue, 14 Oct 2014 12:08:26 +0330 : From: Ali Nazemian : Reply-To: solr-user@l