-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Area: SpecificationRelated to the API spec used to generate client codeRelated to the API spec used to generate client codeCategory: BugSomething isn't workingSomething isn't working
Description
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
Line 110 in c84fb75
op.add(AbstractBuilder::docCountError, JsonpDeserializer.longDeserializer(), "doc_count_error"); |
This causes errors when using this request
Metadata
Metadata
Assignees
Labels
Area: SpecificationRelated to the API spec used to generate client codeRelated to the API spec used to generate client codeCategory: BugSomething isn't workingSomething isn't working