[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

General Programming Concepts:
Writing and Debugging Programs

Removing Indexes of your Documentation

You cannot just delete files to remove an index from a server. This will leave the search service corrupted. Use the following steps to remove an index (replacing index_name with the name of the index you wish to remove):

  1. Delete the index.

    /usr/IMNSearch/bin/itedelix -s server -x index_name
  2. Remove the index entry in the registration table.

    /usr/IMNSearch/bin/itedomap -p /var/docsearch/indexes -d -x index_name
  3. Delete the empty index directories that held the index files:

    rm -r /usr/docsearch/indexes/index_name

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]