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

deleteByQuery is missing #2

Closed
dethi opened this issue Mar 9, 2015 · 2 comments
Closed

deleteByQuery is missing #2

dethi opened this issue Mar 9, 2015 · 2 comments

Comments

@dethi
Copy link
Contributor

dethi commented Mar 9, 2015

No description provided.

@seafoox
Copy link
Member

seafoox commented Aug 24, 2015

Please make sure that in the case the distinct is enabled on the index (with distinct > 1), we distinct=false at query time, so the number of hits won't be > 1000. Otherwise, it will returns the following error:

{
  "message": "invalid distinct value, hitsPerPage * distinct should be <= 1000",
  "status": 400
}

@clement-leprovost
Copy link
Contributor

Available in the v3 branch, waiting for release.

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

No branches or pull requests

3 participants