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 8.13.2 ### Java version 17 ### Elasticsearch Version 8.11.3 ### Problem description I use some code like below to a script execution request in the...

Category: Bug

### Description Hi. It is not possible to build a `geo_shape` query with the type of `point` with existing shape and query builders in elastic java client v8.6.0. There is...

The [workaround for missing property exceptions](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/missing-required-property.html#missing-required-property) only works for deserialization. On serialization, passing a `null` value to e.g. `JsonGenerator.write(String)` can cause an NPE.

Category: Enhancement

### Description Hello, Elastic java team, I wanted to reach out to ask for a possible enhancement request, please. This project proposes a very nice abstraction through its wrapper. For...

Category: Enhancement

### Description Some fields in the settings API handle `null` values differently from missing values: sending `null` resets the settings to their default value. This is currently not supported in...

Category: Enhancement
tracking

### Description I am trying to create an index using a java client, and I have installed the `stconvert` plugin in the elasticsearch cluster (a plugin that provides replacement for...

This PR polishes docs a bit.

### Description when i try to sort in MultiTermsAggregation,i have this exception: `co.elastic.clients.json.JsonpMappingException: Error deserializing co.elastic.clients.elasticsearch._types.aggregations.MultiTermsAggregation: Unknown field 'order' (JSON path: aggs.group.multi_terms.order) (line no=1, column no=239, offset=238) at co.elastic.clients.json.ObjectDeserializer.parseUnknownField(ObjectDeserializer.java:221) at...

Category: Enhancement

### Java API client version 8.5.3 and 8.4.1 ### Java version jdk11 ### Elasticsearch Version 8.4.1 ### Problem description java.lang.IllegalArgumentException: Class class co.elastic.clients.elasticsearch.core.bulk.UpdateOperation cannot be read from JSON ``` StringReader...

### Java API client version 8.5.2 ### Java version 1.8 ### Elasticsearch Version 8.5.0 ### Problem description when submit a force merge request with wait_for_completion=false, i got a taskid. and...