Configuring Sun Master Indexes (Repository)

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 the Enterprise Data Manager file.

    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.stc.eindex.user.customfieldmasker
    </object-sensitive-plug-in-class>
  4. Save and close the file.