Deleting a search index

Steps to delete search index.

To delete a search index:

Procedure

  1. Launch cqlsh and execute the CQL command to drop the search index:
    DROP SEARCH INDEX wiki.solr;
  2. Exit cqlsh and verify that the files are deleted from the file system:
    ls /var/lib/cassandra/data/solr.data/wiki.solr/index