Configuring Sun Master Indexes (Repository)

Configuring Master Index Merged Record Updates (Repository)

The merged-record-update element allows you to define whether updates can be made to records with a status of Merged.

ProcedureTo Allow Merged Record Updates

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

  2. In the MasterControllerConfig element, change the value of the merged-record-update element to Enabled.

    For example:


    <merged-record-update>Enabled</merged-record-update>
  3. Save and close the file.

ProcedureTo Prevent Merged Record Updates

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

  2. In the MasterControllerConfig element, change the value of the merged-record-update element to Disabled.

    For example:


    <merged-record-update>Disabled</merged-record-update>
  3. Save and close the file.