elasticsearch-java
elasticsearch-java copied to clipboard
Official Elasticsearch Java Client
### 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...
### 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...
### 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...