Skip to content

[FEATURE] Support bucket_sort aggregations #7055

Closed
@vladimir-ilnytskyi

Description

@vladimir-ilnytskyi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    8.xRelates to a 8.x client version

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions