Scenario 1: Searching a given index for matched reference entries
This scenario applies only to a subscription-based Talend Platform solution or Talend Data Fabric.
In this scenario, a three-component Job reads the provided first name data, searches a
given synonym index for reference entries that match the input data and then outputs the
results.
Create a first-name synonym index for this Job following the procedures outlined in
Scenario 2: Creating a synonym index for people names using tMap.
The three components used in this Job are:
-
tFixedFlowInput: this component generates the
input data you will match against the reference entries in the synonym
index. -
tSynonymSearch: this component searches for
the matched reference entries in the synonym index. -
tLogRow
(found): this
component lists the result of this matching search.
