Configuring Sun Master Indexes (Repository)

ProcedureTo Delete a Query

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the query-builder element that contains the query you want to remove.

  3. Delete all text between and including the query-builder element defining the query, including any defined query blocks.

    For example, to delete the query named PHONETIC-SEARCH, you would remove all text below.


    <query-builder name="PHONETIC-SEARCH"
     class= "com.stc.eindex.querybuilder.BasicQueryBuilder"
     parser-class= "com.stc.eindex.configurator.impl.querybuilder.KeyValueConfiguration"
     standardize="true" phoneticize="true">
     <config>
     <option key="UseWildcard" value="false"/>
     </config>
    </query-builder>
  4. Save and close the file.