Configuring Sun Master Indexes (Repository)

Modifying a Master Index Normalization Definition (Repository)

Once you create a normalization definition, you can modify it as needed. Use caution when modifying normalization definitions once a system is in production. This can cause inconsistent match results.

ProcedureTo Modify a Normalization Definition (Configuration Editor)

  1. In the Projects window, right-click the master index application you want to modify, and then click Open.

  2. If the Configuration Editor dialog box appears, click Edit to check out the listed files.

    The Configuration Editor appears.

  3. Click the Normalization tab.

    The Normalization page appears.

  4. In the Normalization Mappings list, click the definition you want to modify.

  5. Click Edit.

  6. Do any of the following:

    • Modify any of the fields described in Master Index Normalization and Standardization Structure Properties (Repository).

    • To modify a national domain, select the national domain under Locale Codes, and then click Edit. Modify either field on the dialog box that appears.

    • To remove a national domain, select the national domain under Locale Codes, and then click Remove. Click Yes on the dialog box that appears.

    • Click OK.

  7. On the Configuration Editor toolbar, click Save.

ProcedureTo Modify a Normalization Structure (XML Editor)

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the structures-to-normalize element in the StandardizationConfig element.

  3. To modify the normalization type, change the value of the standardization-type attribute.

  4. To change the national domain, change the value of the domain-selector element as described in Master Index Normalization and Standardization Structure Properties (Repository).

  5. To modify an existing source field, scroll to the unnormalized-source-fields element in the appropriate group element, and then change the value of any source field elements (these are described in Master Index Normalization and Standardization Structure Properties (Repository)).

  6. To modify an existing destination field, scroll to the normalization-targets element in the appropriate group element, and then change the value of any target field elements (these are described in Master Index Normalization and Standardization Structure Properties (Repository)).

  7. Save and close the file.