Description
We really want to use newer version because of serializer speed AND really depend on this agg.
When is estimated release?
Elastic.Clients.Elasticsearch version: 8.0.1
Elasticsearch version: 8.5.x
.NET runtime version: .net6
Operating system version: not applicable
Description of the problem including expected versus actual behavior:
A clear and concise description of what the bug is.
Steps to reproduce:
no query language for bucket_sort, found in source code this:
case “avg_bucket”:
throw new Exception(“The aggregate in response is not yet supported.“);
case “bucket_script”:
throw new Exception(“The aggregate in response is not yet supported.“);
case “bucket_count_ks_test”:
throw new Exception(“The aggregate in response is not yet supported.“);
case “bucket_correlation”:
throw new Exception(“The aggregate in response is not yet supported.“);
case “bucket_selector”:
throw new Exception(“The aggregate in response is not yet supported.“);
case “bucket_sort”:
throw new Exception(“The aggregate in response is not yet supported.“);
Expected behavior
support added