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

Re: Pass Analyzed Field to SignatureUpdateProcessorFactory

2017-01-25 Thread Alexandre Rafalovitch
It might be possible by sticking additional update request processors before the signature one. For example clone field, regex instead of tokenizing on the clone, then signature. If a clone is too much of a burden, it may even be possible to then add IgnoreField URP to remove it or map it in the sc

RE: Pass Analyzed Field to SignatureUpdateProcessorFactory

2017-01-25 Thread Markus Jelsma
Hello, This is not possible out of the box, you would need to manually pass the input through an analyzer with a tokenizer and your steming token filter, and put the output together again. Markus -Original message- > From:Leonidas Zagkaretos > Sent: Wednesday 25th January 2017 17