uptasticsearch 0.4.0
Features
Added support for ES7.x
- #161 Added support for ES7.x. The biggest changes between that major version and 6.x were the removal of
_all
as a way to reference all indices, changing the response format ofhits.total
into an object like{"hits": {"total": 50}}
, and restricting all indices to have a single type of document. More details can be found at https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html.