danielberkompas/elasticsearch-elixir

Deleting with a body

tanguilp opened this issue · 1 comments

It is unclear to me if it's possible to delete with a body with the current API. Elasticsearch.post//4 allows setting a body, but not Elasticsearch.delete/3.

My use-case is deleting a search context (https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-request-scroll.html#_clear_scroll_api).

Ok, I've just seen #79

Closing.