Hi All, I have a requirement to analyze a field with a series of filters, calculate a 'signature' then concatenate with the original input
e.g. input => 'this is the input' tokenized and filtered, input becomes say 'this input' => 12ef5e (signature) so the final output indexed is: 12ef5ethis is the input I can calculate the signature easily, but how can I get access to the original (now tokenized and filtered) input Many thanks in advance, Dan