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

Delete by query #8

Closed
ElPicador opened this issue Nov 30, 2015 · 3 comments
Closed

Delete by query #8

ElPicador opened this issue Nov 30, 2015 · 3 comments

Comments

@ElPicador
Copy link

You can delete all objects matching a single query with the following code. Internally, the API client performs the query, deletes all matching hits, and waits until the deletions have been applied.

TODO: Query query = /* [ ... ] */;
index.deleteByQuery(query);
@ElPicador ElPicador added this to the 1 milestone Nov 30, 2015
@ElPicador ElPicador modified the milestones: 1.1, 1.0, 1.2 Dec 22, 2015
@ElPicador
Copy link
Author

Postponed to 1.5, after implementing queries

@ElPicador ElPicador modified the milestones: 1.5, 1.2 Jan 28, 2016
@ElPicador
Copy link
Author

This needs #15, so postponing it to 1.6

@ElPicador ElPicador modified the milestones: 1.6, 1.5 Mar 4, 2016
@ElPicador
Copy link
Author

See #15 for why we won't do it unless someone asks for it 😄

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