Configuring Sun Master Indexes

ProcedureTo Specify the Standardization Engine

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the standardizer-api element in the MatchingConfig section.

  3. Specify the Java class for the standardization adapter to use, using the fully qualified class name as shown below.


    <standardizer-api>
       <class-name>
        com.sun.mdm.index.matching.adapter.MyStandardizerAdapter
       </class-name>
    </standardizer-api>
  4. In the standardizer-config element, specify the Java class for the configuration of the standardization adapter, using the fully qualified class name as shown below.


    <standardizer-config>
       <class-name>
         com.sun.mdm.index.matching.adapter.SbmeStandardizerAdapterConfig
       </class-name>
    </standardizer-config>
  5. Save and close the file.