Understanding the Master Index Match Engine

ProcedureTo Define Data Source Handling

  1. Complete Step 3: Define Parameter Validations (Optional).

  2. Create a Java class named the same name as the Java class that defines the comparator with “SourcesHandler” appended.

    For example, if the comparator is defined by a class named ExactComparator, the parameter validation class would be ExactComparatorSourcesHandler.

  3. In this class, implement com.sun.mdm.matcher.comparators.validator.DataSourcesHandler.

    The method in this class is described below.

  4. Continue to Step 5: Define Curve Adjustment or Linear Fitting (Optional).