Configuring Sun Master Indexes

ProcedureTo Specify the Match Threshold (XML Editor)

  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 MatchThreshold element in the DecisionMakerConfig element.

  3. Change the value of the parameter-value element.

    For example:


    <parameter>
       <parameter-name>MatchThreshold</parameter-name>
       <parameter-type>java.lang.Float</parameter-type>
       <parameter-value>28.5</parameter-value>
    </parameter>

    Note –

    This value can be any float value higher than the duplicate threshold but lower than the highest possible matching probability weight.


  4. Save and close the file.