Configuring Sun Master Indexes (Repository)

ProcedureTo Define the Search Page

  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 page-definition element in the gui-definition element.

  3. In the eo-search element, create a simple-search-page element.

    Make sure the new element falls within the eo-search element, but outside any existing simple-search-page elements. For example:


    <eo-search>
       <simple-search-page>
        ...
       </simple-search-page>
       <simple-search-page>
       </simple-search-page>
    </eo-search>
  4. In the new simple-search-page element, create the elements listed in EDM Search Page Definition Elements and enter the appropriate value for each element.

    For example:


    <eo-search>
       <simple-search-page>
        ...
       </simple-search-page>
       <simple-search-page>
          <screen-title>Address Search</screen-title>
          <field-per-row>1</field-per-row>
          <show-euid>true</show-euid>
          <show-lid>false</show-lid>
          <instruction>Enter address information below.</instruction>
       </simple-search-page>
    </eo-search>
  5. Continue to Step 2: Define the Search Fields.