Skip to content

Adjacency matrix aggregation is missing 'separator' field #629

Closed
@rand0m86

Description

@rand0m86

Java API client version

8.9.0

Java version

17

Elasticsearch Version

8.9.0

Problem description

Currently, it is not possible to set 'separator' field while creating adjacency matrix aggregation. Ideally it should be set via Builder class, the same way as filters:

new AdjacencyMatrixAggregation.Builder()
    .filters(myFilters)
    .separator(" hello ")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: SpecificationRelated to the API spec used to generate client code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions