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

### Java API client version 9.1.5 ### Java version 21 ### Elasticsearch Version 9.1.5 ### Problem description Hi, I noticed this might be an issue that was reported before. I've...

Adds new retry functionality to the client, configurable in the Transport options like so: ```java RestClient restClient = RestClient .builder(new HttpHost(address.getHostString(), address.getPort(), "http")) .build(); // setting transport option RestClientOptions options...

### Java API client version 8.19.3 ### Java version 17 ### Elasticsearch Version 8.19.3 ### Problem description Getting an error when attempting to retrieve component templates from elasticsearch where the...

Category: Bug
Area: Generator

### Java API client version 9.0.3 ### Java version 21 ### Elasticsearch Version 9.0.3 ### Problem description KnnQuery models `queryVector` as `List` but serializes as `List`, adding roughly 9 bytes...

Category: Enhancement
Area: Generator

### Java API client version 8.15.0 ### Java version 21.0 ### Elasticsearch Version 8.15.0 ### Problem description Reported at https://discuss.elastic.co/t/365144 and reproduced loally. With the 8.15.0 client, run: ```java HotThreadsResponse...