Configuring Sun Master Indexes

ProcedureTo Specify the Pass Controller Class

  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 pass-controller element in the MatchingConfig section.

  3. In the class-name element, specify the Java class for the Pass Controller you want to use, using the fully qualified class name.

    For example:


    <pass-controller>
       <class-name>com.sun.mdm.index.matching.impl.PassAllBlocks
       </class-name>
    </pass-controller>
  4. Save and close the file.