elasticsearch-java icon indicating copy to clipboard operation
elasticsearch-java copied to clipboard

Missing configuration property MultiTermsAggregation.size

Open JavaSaBr opened this issue 3 years ago • 2 comments

Description

Java API client version: 8.1.3

No possibility to configure additional settings (like size) of multi terms aggregation requests in the java client. The list of such parameters you can see there: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-multi-terms-aggregation.html#search-aggregations-bucket-multi-terms-aggregation-parameters

JavaSaBr avatar Apr 25 '22 07:04 JavaSaBr

This is missing in previous versions too. From 7.16 up.

mikelinhas avatar May 09 '22 06:05 mikelinhas

Same problem here. Also you can't sort the multiTerms query aggregation in java.

mcrtricolor avatar Jul 08 '22 20:07 mcrtricolor

Thanks for the report :) the problems related to MultiTerms Aggregation configuration have already been fixed in newer versions of the client, so I'm closing this.

l-trotta avatar Feb 02 '24 10:02 l-trotta