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
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
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