elastic-rs / elastic

An Elasticsearch REST API client for Rust
Apache License 2.0
253 stars 40 forks source link

Add doc_as_upsert in bulk requests #370

Closed tobias-o closed 5 years ago

tobias-o commented 5 years ago

This PR adds a function doc_as_upsert (https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html#bulk-update) to bulk update requests.

This is my first PR on a rust project, I'm not sure if that's the "rust way" to do it. Also I don't know if the tests are enough.

Any comments appreciated!

KodrAus commented 5 years ago

Thanks @tobias-o! This looks good to me.