Configuring Sun Master Indexes (Repository)

Specifying the Master Index EUID Generator Class (Repository)

The default EUID generator creates sequential EUIDs based on the value specified for the EUID sequence in the sbyn_seq_table database table. If you create a new EUID generator class to process EUIDs differently, you must specify the name of the new class in the euid-generator-class element of the Threshold file.

ProcedureTo Specify the EUID Generator Class

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

  2. Scroll to the EuidGeneratorConfig element.

  3. Change the value of the euid-generator-class element to the path and name of the new EUID generator class.

    For example:


    <euid-generator-class>com.stc.eindex.idgen.impl.MyEuidGenerator
    </euid-generator-class>
  4. Save and close the file.