This stage performs dictionary lookups on input fields and populates the output fields with all the matched values. This is similar to MetaDataInjector, except that it uses a SuffixTree which is more efficient in handling large numbers of triggers vs. sequential string comparison so it only supports “equals” matches.
<
documentProcessor
dllFile
=
"StandardDocumentProcessors.dll"
className
"StandardDocumentProcessors.MetaDataInjectorSuffixTree"
>
parameter
name
"InputField"
>in</
"DefinitionFile"
>../etc/MetaDataInjectorDictionary.xml</
"DefaultValue"
>None</
"OutputDelimiter"
>;</
</
dictionary
entry
type
"equals"
key
"x"
value
"a"
field
"out1"
/>
"b"
"out2"
"c"
"out3"
Document
ManagedProperty
type=“String”
"in"
>a string that contains x</
<?
xml
version
"1.0"
encoding
"utf-8"
?>
>a</
>b</
>c</
Maheshkumar S Tiwari edited Original. Comment: Added code block and Tags