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 7.17.5 ### Java version 8 ### Elasticsearch Version 7.16.2 ### Problem description co.elastic.clients.elasticsearch.sql.QueryResponse: java.lang.UnsupportedOperationException (JSON path: rows[0][0]) (line no=1, column no=57, offset=-1) at co.elastic.clients.json.JsonpMappingException.from0(JsonpMappingException.java:134) at...

### Java API client version 7.17.5 (probably 8.3.2 too) ### Java version 17 ### Elasticsearch Version 8.2.0 ### Problem description With new Java API, SetProcessor hasn't a method permitting to...

### Java API client version 8.2.3 ### Java version 11 ### Elasticsearch Version 8.2.0 ### Problem description When a response from the tasks.get endpoint includes a list of failures, `co.elastic.clients.elasticsearch.tasks.TaskStatus#failures`...

Area: Specification

### Java API client version 8.3.2 ### Java version 11 ### Elasticsearch Version 8.3.1 ### Problem description When creating ElasticsearchClient, There is something wrong. The Exception is below: **Exception in...

### Description ### Java API client version: 8.1.3 No possibility to configure additional settings (like **size**) of multi terms aggregation requests in the java client. The list of such parameters...

## 🚀 Feature Proposal The [Elasticsearch Specification ](https://github.com/elastic/elasticsearch-specification) could be used to generate a Kotlin DSL that can be used with the Elasticsearch Java client's builders. Alternatively, one could do...

### Java API client version all ### Java version 14 ### Elasticsearch Version 7.1.1 ### Problem description Sometimes we need to resort the response hits (e.g. merge response from two...

In the [`getClientMeta` function](https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/transport/rest_client/RestClientOptions.java#L186) the order of key-value pairs is es, jv, hl, t. However the header value should be ordered with es, jv, and t as the first 3...

>bug

### Java API client version 7.17.2 ### Java version 17.0.2 ### Elasticsearch Version 7.17.2 ### Problem description Per the ES documentation I want to specify a completion and prefix for...

### Java API client version 7.16.2 ### Java version java 11.0.14 2022-01-18 LTS ### Elasticsearch Version 7.16.2 ### Problem description The client can not parse the following response, which is...

Area: Specification