Configuring Sun Master Indexes

ProcedureTo Delete a Decision Maker Parameter

  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. To delete one parameter, remove all text between and including the parameter element.

    For example, to delete the ExtensiveSearch parameter in the following sample, you would delete the boldface text.


    <parameters>
       <parameter>
          <parameter-name>OneExactMatch</parameter-name>
          <parameter-type>java.lang.Boolean</parameter-type>
          <parameter-value>false</parameter-value>
       </parameter>
       <parameter>
          <parameter-name>ExtensiveSearch</parameter-name>
          <parameter-type>java.lang.Boolean</parameter-type>
          <parameter-value>true</parameter-value>
       </parameter>
    </parameters>
  4. To remove all parameters, remove all text between and including the starting and ending parameters element.

  5. Save and close the file.