Configuring Sun Master Indexes (Repository)

ProcedureTo Delete a Standardization Definition (Configuration 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 free-form-texts-to-standardize element in the StandardizationConfig element.

  3. Do either of the following:

    • To delete an existing standardization structure, delete all text between and including the group element that defines the structure.

      Using the example below, to delete the Address object, delete all boldface text.


      <free-form-texts-to-standardize>
         <group standardization-type="BusinessName" domain-selector=
          "com.stc.eindex.matching.impl.SingleDomainSelectorUS">
            ...
         </group>
         <group standardization-type="Address" domain-selector=
          "com.stc.eindex.matching.impl.SingleDomainSelectorUS">
            ...
         </group>
      </free-form-texts-to-standardize>
    • To specify that no fields require standardization, delete all text between, but not including, the free-form-texts-to-standardize element.

      This deletes all standardization structures.

  4. Save and close the file.