Configuring Sun Master Indexes (Repository)

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 the Best Record file.

    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.stc.eindex.survivor.impl.MySurvivorHelper
    </helper-class>
  4. Save and close the file.