Oracle iPlanet Web Server 7.0.9 Administrator's Guide

Deleting a Search Collection

To delete a search collection, perform the following tasks:

  1. Click the Configurations tab.

  2. Select the configuration from the configuration list.

  3. Click the Virtual Servers tab.

  4. Select the virtual server from the virtual server list.

  5. Click the Search tab.

  6. Under Search Collections, select the collection name and click Delete to delete the collection.


Note –

Using CLI

To delete a search collection through CLI, execute the following command.


wadm> delete-search-collection --user=admin --password-file=admin.pwd 
--host=serverhost --port=8989 --config=config1 --vs=config1_vs_1 searchcoll

See CLI Reference, delete-search-collection(1).