Fixed several issues with aggregations and bulk indexing.
Fixed
- Aggregations with
_aggs
in different order - JSON serialization of Infinite and NaN
- Fixed race condition during bulk indexing
Changed
- BREAKING: Fields in responses renamed and nested differently:
+
query.hits
moved tohits
+query.matches_estimated
renamed tocount
+query.total_count
renamed todoc_count
MERGE
method is deprecated and will be removed, useUPDATE
instead- Default UUID mode is now encoded + compact