Configuring Sun Master Indexes

Modifying a Master Index Phonetic Encoder

Once you define a phonetic encoder, you can change the implementation class to use for the encoder. Use caution when modifying definitions once a system is in production. This can cause inconsistent match results.

ProcedureTo Modify a Phonetic Encoder (Configuration Editor)

  1. In the Projects window, right-click the Configuration node in the project you want to modify, and then click Edit.

    The Configuration Editor appears.

  2. Click the Phoneticized Fields tab.

    The Phoneticized Field page appears.

  3. In the Encoders section, select the encoder you want to modify and then click Edit.

    The Phonetic Encoder dialog box appears.

  4. Change the implementation class, and then click OK.

  5. On the Configuration Editor toolbar, click Save.

ProcedureTo Modify a Phonetic Encoder (XML Editor)

  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 PhoneticEncodersConfig section.

  3. Modify the value of any of the elements in the encoder element you want to modify (for more information, see Master Index Encoder Elements and Types.

  4. Save and close the file.