Configuring Sun Master Indexes

Specifying the Master Index Decision Maker Class

If you create your own Decision Maker class, you can specify the new class to be used by changing the value of the decision-maker-class element.

ProcedureTo Specify the Decision Maker Class

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

  2. Scroll to the DecisionMakerConfig element.

  3. Change the value of the decision-maker-class element to the path and name of the new Decision Maker class.

    For example:


    <decision-maker-class>com.sun.mdm.index.decision.impl.MyDecisionMaker
    </decision-maker-class>
  4. Save and close the file.