Configuring Sun Master Indexes (Repository)

Specifying Whether Same System Matches are Allowed (SameSystemMatch) (Repository)

The SameSystemMatch parameter determines whether two records with local IDs from the same system can be merged automatically. If your local systems contain reliable data, and rarely duplicate their own records, set this parameter to true. This parameter can only be modified directly through the XML file.

ProcedureTo Allow Same System Records to be Automatically Merged

  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 SameSystemMatch element in the DecisionMakerConfig element.

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

    For example:


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

ProcedureTo Prevent Same System Records From Being Automatically Merged

  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 SameSystemMatch element in the DecisionMakerConfig element.

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

    For example:


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