You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for reporting this! You're correct, it seems like the field is missing from the API specification used to produce the Java code. It will be added soon and then the java code will be updated to solve the issue.
Java API client version
8.5.1
Java version
17
Elasticsearch Version
8.5.1
Problem description
VariableWidthHistogramAggregation
is missingscript
field. I have alread checked ES supportscript
field when we search histogram data like below.However, ES API client doesn't seem to support the
script
field yet.elasticsearch-java/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/VariableWidthHistogramAggregation.java
Lines 238 to 245 in 8e4db1d
I use the histogram API in log scale, so can this API supports
script
field?The text was updated successfully, but these errors were encountered: