Configuring Sun Master Indexes

ProcedureTo Specify the Block Picker

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the block-picker element in the MatchingConfig section.

  3. In the class-name element, specify the Java class for the block picker you want to use, using the fully qualified class name.

    For example:


    <block-picker>
       <class-name>com.sun.mdm.index.matching.impl.PickAllBlocksAtOnce
       </class-name>
    </block-picker>
  4. Save and close the file.