CUSTOM Configuration

You can select the CUSTOM value for the MatcherType property. The matcher implementation uses the MatchingScore input parameter of the MatchRecord activity to perform the match operation.

For the CUSTOM type, use the Matcher Factory Class configuration property to specify the custom match factory implementation.

The custom factory implementation extends the MatcherFactory class and overrides the following method:

public IMatcher getMatcher() throws MqException;

For more information on indexing, refer to the Search and Matching chapter of the TIBCO MDM System Administrationguide.