drop Index
suspend fun dropIndex(keyspace: Keyspace, indexName: String, common: CommonOptions = CommonOptions.Default, ignoreIfNotExists: Boolean = false)
Drops the primary or secondary index named indexName on keyspace.
Throws
Index Not Found Exception
if the index does not exist.
Index Failure Exception
if dropping the index failed (see reason for details).
Couchbase Exception
if any other generic unhandled/unexpected errors.