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

Include auto as an option for slices for the Delete by Query API endpoint in the spec. #45290

Open
rliebz opened this issue Aug 7, 2019 · 2 comments
Assignees
Labels
:Distributed/Reindex Issues relating to reindex that are not caused by issues further down Team:Distributed Meta label for distributed team >tech debt

Comments

@rliebz
Copy link

rliebz commented Aug 7, 2019

Describe the feature:

Based on the Delete By Query API documentation, the slices field may be set to auto.

According to the API spec, slices may only be a number. This is problematic for the Go client for Elasticsearch because the interface generated is statically typed, making it impossible to pass the "auto" value to that field.

Reference: elastic/go-elasticsearch#77

@romseygeek romseygeek added the :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. label Aug 8, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@ywelsch ywelsch added :Distributed/Reindex Issues relating to reindex that are not caused by issues further down and removed :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. labels Aug 8, 2019
@henningandersen henningandersen self-assigned this Aug 8, 2019
@rjernst rjernst added the Team:Distributed Meta label for distributed team label May 4, 2020
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Reindex Issues relating to reindex that are not caused by issues further down Team:Distributed Meta label for distributed team >tech debt
Projects
None yet
Development

No branches or pull requests

7 participants