-
Notifications
You must be signed in to change notification settings - Fork 183
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
[BUG] Auto slicing is not supported for DeleteByQuery, Reindex, and UpdateByQuery #283
Labels
Comments
This is a good catch. Feel free to submit a PR. |
Merged
urinud
added a commit
to urinud/opensearch-java
that referenced
this issue
Jun 28, 2023
Signed-off-by: Uriel Dan Nudelman <urinud@gmail.com>
urinud
added a commit
to urinud/opensearch-java
that referenced
this issue
Jun 28, 2023
Signed-off-by: Uriel Dan Nudelman <urinud@gmail.com>
urinud
added a commit
to urinud/opensearch-java
that referenced
this issue
Jun 28, 2023
Signed-off-by: Uriel Dan Nudelman <urinud@gmail.com>
reta
pushed a commit
that referenced
this issue
Jul 3, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
The API does not allow defining auto-slicing for
DeleteByQueryRequest
,ReindexRequest
, andUpdateByQueryRequest
.JavaDoc suggests using 'auto' but only
Long
value is accepted.How can one reproduce the bug?
n/a
What is the expected behavior?
Add support for configuring automatic slicing.
What is your host/environment?
Linux/Windows, Java 17
OpenSearch server 2.4.0
OpenSearch client 2.1.0
Do you have any screenshots?
n/a
Do you have any additional context?
The text was updated successfully, but these errors were encountered: