We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,
the official elasticsearch library offers the possibility to use if_seq_no and if_seq_no parameters:
if_seq_no
https://elasticsearch-py.readthedocs.io/en/master/api.html#elasticsearch.Elasticsearch.index
I think it will be nice to update this library to support those parameters for index, delete, and update operation.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @jonatak , ty for your comment! Do you mind to send a PR with this improvement?
Sorry, something went wrong.
No branches or pull requests
Hello,
the official elasticsearch library offers the possibility to use
if_seq_no
andif_seq_no
parameters:https://elasticsearch-py.readthedocs.io/en/master/api.html#elasticsearch.Elasticsearch.index
I think it will be nice to update this library to support those parameters for index, delete, and update operation.
Thanks!
The text was updated successfully, but these errors were encountered: