Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting collections via the API does not delete the Elasticsearch index #24

Open
orweinberger opened this issue May 28, 2015 · 0 comments

Comments

@orweinberger
Copy link
Member

How to reproduce:

  1. Push some documents to a collection
  2. Get the current list of ES indexes by executing curl -XGET http://localhost:9200/_cat/indices
  3. Delete the collection by executing curl -XDELETE http://joola-develop.herokuapp.com/collections/workspace/key?APIToken=apitoken-demo
  4. Get the current list of ES indexes by executing curl -XGET http://localhost:9200/_cat/indices

You will see that the index is still there, containing the old documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant