You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 notElasticsearch.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).
The text was updated successfully, but these errors were encountered: