elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
702 stars 72 forks source link

Update to 7.7 rest specs #81

Closed russcam closed 4 years ago

russcam commented 4 years ago

This PR updates the client to the 7.7 API specs.

This required the introduction of a Slices enum to handle the union type for slices on delete_by_query, reindex and update_by_query.

russcam commented 4 years ago

port to 7.x and 7.7