/**
  * Destroy the entire index.
  *
  * @return bool
  */
 public function destroy()
 {
     $this->connection->destroy();
 }