Configuring Sun Master Indexes

ProcedureTo Specify the Survivor Helper

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the helper-class element in the SurvivorHelperConfig element.

  3. Change the value of the helper-class element to the fully qualified name of new helper class.

    For example:


    <helper-class>com.sun.mdm.index.survivor.impl.MySurvivorHelper
    </helper-class>
  4. Save and close the file.