Configuring Sun Master Indexes

ProcedureTo Specify a Default Survivor Strategy

  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 default-survivor-strategy element in the SurvivorHelperConfig element.

  3. To change the name of the default class, modify the value of the strategy-class element to the fully qualified name of the new default strategy class.

    For example:


    <default-survivor-strategy>
       <strategy-class>com.sun.mdm.index.survivor.impl.MySurvivorStrategy
       </strategy-class>
    </default-survivor-strategy>
  4. Configure the strategy parameters, as described in Configuring the Default Survivor Strategy.

  5. Save and close the file.