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.16.3 ### Java version 8 ### Elasticsearch Version 7.16.3 ### Problem description In the offical document, I see the suggester could be used like this:...

### Description Our application creates a `Stream` of objects that we write with an `IndexRequest` into ElasticSearch. The Stream is consumed in chunks. The chunk size is determined by a...

### Java API client version 8.4.3 ### Java version 17 ### Elasticsearch Version 8.4.3 ### Problem description Using the `toString()` method for requests containing `JsonData` leads to the below exception....

### Description Adding OpenTelemetry tracing to Elasticsearch Java client could provide better tracing data than what is currently captured through APM agents, which could help end-users to better understand the...

### Java API client version 8.4.3 / 8.2.3 ### Java version 11 ### Elasticsearch Version 8.2.3 ### Problem description In case a `client.snapshot().restore` is done then always a `MissingRequiredPropertyException` is...

Area: Specification

### Java API client version 8.4.3 ### Java version 17.0.4-tem ### Elasticsearch Version 8.4.3 ### Problem description # Scenario First create a watcher using REST API Put watcher : ```json...

I have noticed that after upgrading the spring-boot service from restHighLevelClient to Java API client it is giving random connection reset by peer error, where the 1 st request always...

### Java API client version 7.17.2 ### Java version 17 ### Elasticsearch Version 7.17.0 ### Problem description Using the java client api, I'm unable to create an index with a...

### Java API client version 8.3.3 ### Java version 17.0.3 ### Elasticsearch Version 8.3.3 ### Problem description Hi, according the [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/geo-point.html) I can use the parameter **index** for the field-type...

The JacksonJsonpMapper has a public constructor that takes in a user provided ObjectMapper to allow customization for serialization and deserialization. The constructor can be misleading since it overrides two configurations...