Configuring Sun Master Indexes (Repository)

Modifying a Master Index Phonetic Encoder (Repository)

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 master index application you want to modify, and then click Open.

  2. If the Configuration Editor dialog box appears, click Edit to check out the listed files.

    The Configuration Editor appears.

  3. Click the Phoneticized Fields tab.

    The Phoneticized Field page appears.

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

    The Phonetic Encoder dialog box appears.

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

  6. 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 the Match Field file.

    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 (Repository).

  4. Save and close the file.