Configuring Sun Master Indexes

ProcedureTo Specify a Field Masking Class

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the impl-details element.

  3. Change the value of the object-sensitive-plug-in-class element to the name of the custom class.

    For example:


    <object-sensitive-plug-in-class>
     com.sun.mdm.index.user.customfieldmasker
    </object-sensitive-plug-in-class>
  4. Save and close the file.