Closed
Description
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 ")