We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DeleteQuery > refresh
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
Hello,
I saw that refresh field on DeleteQuery is unused.
It seems to work differently than described in the javadoc (setting refresh=true doesn't seem to trigger refresh)
I think we should set the refresh based on the DeleteQuery > refresh field in documentDeleteByQueryRequest method, I'll open PR if you agree!
The text was updated successfully, but these errors were encountered:
fell free to implement this
Sorry, something went wrong.
b1b232d
Set refresh on DeleteByQueryRequest by DeleteQuery.
3a9a959
Original Pull Request #2976 Closes #2973 (cherry picked from commit b1b232d)
tuguri8
Successfully merging a pull request may close this issue.
Hello,
I saw that refresh field on DeleteQuery is unused.
It seems to work differently than described in the javadoc (setting refresh=true doesn't seem to trigger refresh)
I think we should set the refresh based on the
DeleteQuery > refresh
field in documentDeleteByQueryRequest method, I'll open PR if you agree!The text was updated successfully, but these errors were encountered: