Re: Pass Analyzed Field to SignatureUpdateProcessorFactory

2017-01-26 Thread Leonidas Zagkaretos
Finally, I was able to implement desirable behavior using your suggestions as follows: - Added StatelessScriptUpdateProcessorFactory before SignatureUpdateProcessorFactory in order to analyze "field1" and set analyzed value to "field1_tmp_ss" - Passed "field1_tmp_ss" to SignatureUpdateProcessorFac

Pass Analyzed Field to SignatureUpdateProcessorFactory

2017-01-25 Thread Leonidas Zagkaretos
Hi all, We have successfully integrated Solr in our application, and now we are facing a requirement where the application should be able to search for duplicate records in Solr core based on equality in 3 distinct fields. Tried using SignatureUpdateProcessorFactory as described in https://cwiki.