Configuring Sun Master Indexes (Repository)

Defining How to Handle Multiple Assumed Matches (OneExactMatch) (Repository)

The OneExactMatch parameter determines how records above the match threshold are processed. This parameter can only be modified directly in the XML file. For more information, see Threshold Configuration (Repository) in Understanding Sun Master Index Configuration Options (Repository) and Chapter 2, Understanding Master Index Operational Processes (Repository), in Understanding Sun Master Index Processing (Repository).

ProcedureTo Create Potential Duplicates When Multiple Records Match

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Threshold file.

  2. Scroll to the OneExactMatch element in the DecisionMakerConfig element.

  3. Change the value of the parameter-value element to true.

    For example:


    <parameter>
       <parameter-name>OneExactMatch</parameter-name>
     <parameter-type>java.lang.Boolean</parameter-type>
     <parameter-value>true</parameter-value>
    </parameter>
  4. Save and close the file.

ProcedureTo Match the Highest Weighted Records When Multiple Records Match

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Threshold file.

  2. Scroll to the OneExactMatch element in the DecisionMakerConfig element.

  3. Change value of the parameter-value element to false.

    For example:


    <parameter>
     <parameter-name>OneExactMatch</parameter-name>
     <parameter-type>java.lang.Boolean</parameter-type>
     <parameter-value>false</parameter-value>
    </parameter>
  4. Save and close the file.