Sun Java System Web Server 7.0 Administrator's Guide

Deleting a Search Collection

For deleting a search collection, perform the following tasks:

  1. Click Configurations tab.

  2. Select the configuration from the configuration list.

  3. Click Virtual Servers tab.

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

  5. Click Search tab.

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


Note –

Using CLI

For deleting 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).