Configuring Sun Master Indexes (Repository)

ProcedureTo Specify the Blocking Query for Matching

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

  2. Scroll to the execute-match element in the MasterControllerConfig element.

  3. Modify the value of the query-builder name to the name of the blocking query you want to use. For example:


    <execute-match>
     <query-builder name="MY-BLOCKER">
     <option key="key" value="value"/>
     </query-builder>
    </execute-match>

    Note –

    Make sure the name you specify exactly matches the name of one of the blocking queries defined in the Candidate Select file.


  4. Set the blocking query options, as described in Setting Master Index Blocking Query Options (Repository).

  5. Save and close the file.