elasticsearch-rs
elasticsearch-rs copied to clipboard
Official Elasticsearch Rust Client
This PR updates the client to 8.3.3: - regenerates the client using the 8.3.3 STACK_VERSION - updates deprecation warning test to use an API call that emits a deprecation warning...
The [`reqwest` library](https://github.com/seanmonstar/reqwest) has a webassembly backend that uses the `fetch()` function available in web browsers and node.js environments. This PR enable the `wasm32` target by adding conditional compilation where...
Addresses https://github.com/elastic/elasticsearch-rs/issues/195 This option is the least invasive as it doesn't change the type signatures although it requires extra allocations in order to clone the struct. Allowing `body` to take...
There has been a few bugfixes since 0.11, so I hope you will be happy to switch to the latest and greatest version.
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. 2. 3. **Expected behavior** A clear and concise description...
As stated here: https://www.elastic.co/guide/en/elasticsearch/reference/master/sql-rest-params.html
**Is your feature request related to a problem? Please describe.** I am needing to implement retry logic for my requests as we're very occasionally encountering 502s on AWS. For most...
Closes #174 Credits to @russcam who kindly provided help, the implementation and the documentation inside the issue.
**Is your feature request related to a problem? Please describe.** As already mentioned in #154, the fact that `_id` is a mandatory field for the `API`, but [since Elasticsearch 7.6](https://www.elastic.co/guide/en/elasticsearch/reference/7.6/docs-bulk.html#bulk-api-request-body)...