TermsBucketBase: doc_count_error should be doc_count_error_upper_bound #785
Labels
Area: Specification
Related to the API spec used to generate client code
Category: Bug
Something isn't working
Java API client version
8.13
Java version
21
Elasticsearch Version
8.13
Problem description
In the TermsBucketBase here:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_per_bucket_document_count_error
The returned field is specified to
doc_count_error_upper_bound
but the client expects:
doc_count_error
elasticsearch-java/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/aggregations/TermsBucketBase.java
Line 110 in c84fb75
This causes errors when using this request
The text was updated successfully, but these errors were encountered: