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

Official Elasticsearch Java Client

Results 245 elasticsearch-java issues
Sort by recently updated
recently updated
newest added

**The Issue** In one case in our production app, we want to `flush` the bulk operations and make them immediately available for search. So, we do a `flush` on our...

### 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 `...

Category: Bug
Area: Specification

### Java API client version 7.15.0 ### Java version 21.0.3 ### Elasticsearch Version 7.15.0 ### Problem description java.lang.NullPointerException: status at java.base/java.util.Objects.requireNonNull(Objects.java:233) at co.elastic.clients.base.ElasticsearchError.(ElasticsearchError.java:44) at co.elastic.clients.base.ElasticsearchError$Builder.build(ElasticsearchError.java:120) at co.elastic.clients.json.BuildFunctionDeserializer.deserialize(BuildFunctionDeserializer.java:43) at co.elastic.clients.json.JsonpDeserializer$LazyDeserializer.deserialize(JsonpDeserializer.java:205) at...

Area: Specification

backport 7.17
backport 8.13
backport 8.14

## Overview This PR adds an `esql.asciidoc` file to the docs that contains the basic structure of the ES|QL documentation. As the `helpers` are documented under the `Usage` section in...

Area: Documentation

### Java API client version 8.13.2 ### Java version OpenJDK Runtime Environment Temurin-21.0.2+13 ### Elasticsearch Version 8.6.2 ### Problem description Hello, it seems like the fromJson method on the Aggregation...

Category: Bug
Area: Helpers

### Java API client version 8.7.1 ### Java version 19.0.1 ### Elasticsearch Version 8.4.3 ### Problem description I'm trying to create a [SortOptions](https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/8.7.1/co/elastic/clients/elasticsearch/_types/SortOptions.html) object for an elastic search query using...

Category: Bug

### Java API client version 8.13.2 ### Java version 17 ### Elasticsearch Version 8.12.2 ### Problem description I get the exception 'node: http://*******/, status: 201, [es/synonyms.put_synonym] Failed to decode response...

Area: Specification

### Java API client version 8.8.1 ### Java version 8 ### Elasticsearch Version 8.8.1 ### Problem description In the case where the ID query is not applicable, the returned value...

Area: Specification