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

This workaround doesn't work with primitive types, causing errors like: `java.lang.NullPointerException: Cannot invoke "java.lang.Long.longValue()" because the return value of "co.elastic.clients.util.ApiTypeHelper.requireNonNull(Object, Object, String)" is null`. Primitive types should be set to...

Category: Bug

### Java API client version All versions of 8.x, since at least 7.15 ### Java version Any ### Elasticsearch Version All versions of 8.x, since at least 7.15 ### Problem...

### Java API client version 8.7.1 ### Java version 17 ### Elasticsearch Version 8.9.0 ### Problem description Hi, I am using Spring Boot 3.1.2, actually we are migration a stack...

### Description Currently I do not see a way to provide per-request headers anywhere in the API. This would be needed for things like JWT authorization documented here https://www.elastic.co/guide/en/elasticsearch/reference/current/jwt-auth-realm.html#hmac-oidc-example-request-headers The...

### Java API client version 8.9 ### Java version 17 ### Elasticsearch Version 8.9 ### Problem description DynamicTemplates now have lists in the `match` / `pathMatch` fields, but the Java...

Area: Specification

### Java API client version 8.9.0 ### Java version 17 ### Elasticsearch Version 8.9.0 ### Problem description Currently, it is not possible to set 'separator' field while creating adjacency matrix...

### Description In order to create and resume from a checkpoint using [CRaC](https://docs.azul.com/core/crac/crac-introduction) it is required that all sockets are closed before taking the snapshot. `HttpAsyncClientBuilder` used by the `RestClientBuilder`...

Category: Enhancement

### Java API client version 8.9.0 ### Java version 17 ### Elasticsearch Version 8.9.0 ### Problem description Was trying to enable `SerializationFeature.INDENT_OUTPUT` with JacksonJsonpMapper's ObjectMapper in order to make traces...

Category: Bug

### Java API client version 8.9 ### Java version 17 ### Elasticsearch Version 8.9 ### Problem description Expected: The [KnnQuery](https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/KnnQuery.java) class contains the [similarity parameter](https://www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html#_search_knn_with_expected_similarity). Actual: The field can not...

"Delete an index" section references incorrect tag