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

Official Elasticsearch Java Client

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

### Java API client version 8.2.0 ### Java version 8 ### Elasticsearch Version 7.17.3 ### Problem description I use [logging: level: tracer : TRACE] springboot conf to see the ES...

Category: Bug

Hello, I'm trying to put templates with the new java client. I faced that an exception is thrown when parse the json because some settings are not available. The setting...

### Java API client version 7.16.3 ### Java version 1.8.0_311 ### Elasticsearch Version 7.17.3 ### Problem description When running the following code: ``` RestClient restClient = RestClient.builder(new HttpHost("localhost", 9200)).build(); ObjectMapper...

https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/_other_authentication_methods.html. The following code: RestClientBuilder builder = RestClient.builder( new HttpHost("localhost", 9200, "http")); Header[] defaultHeaders = new Header[]{new BasicHeader("Authorization", "Bearer u6iuAxZ0RG1Kcm5jVFI4eU4tZU9aVFEwT2F3")}; builder.setDefaultHeaders(defaultHeaders); It should be: RestClientBuilder builder = RestClient.builder( new HttpHost("localhost",...

Area: Documentation

### Java API client version 8.1.3, 7.17.3 ### Problem description Reported in https://discuss.elastic.co/t/java-8-1-bulk-request/302423 Bulk operations do not implement `JsonpDeserializable`, causing an exception. Additionally, the Java API client should have better...

Category: Bug

### Java API client version 8.1.2 ### Java version 17.0.2 ### Elasticsearch Version 8.1.2 ### Problem description Deployed in single localhost node. The autogenerated configuration in section "SECURITY AUTO CONFIGURATION"...

### Java API client version 8.1.2 ### Java version 11 ### Elasticsearch Version 8.1.2 ### Problem description Performing search query with [categorize text aggregation](https://www.elastic.co/guide/en/elasticsearch/reference/8.1/search-aggregations-bucket-categorize-text-aggregation.html) fails with error: ``` jakarta.json.stream.JsonParsingException: Unknown...

### Java API client version 7.17 ### Java version 7.17 ### Elasticsearch Version 7.17 ### Problem description In branch 7.17, class co.elastic.clients.elasticsearch.core.SearchResponse no method searchResponseof

### Java API client version 7.17.0 ### Java version 17 ### Elasticsearch Version 7.17.0 ### Problem description Composite aggregations with a Terms aggregation source fails when it contains an order....