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

### Description I did not find support pinned query in the `HLRC` version > https://github.com/elastic/elasticsearch/issues/83238 in `elasticsearch-java` can support?

### Java API client version 8.1.1 ### Java version 17 ### Elasticsearch Version 7.17.1 ### Problem description index json: ``` { "settings": { "analysis": { "filter": { "shingle_filter": { "type":...

>api-spec

There are methods in `ElasticsearchClient` that look like not very useful. They do not take any parameter, therefore using the builder internally without setting any value. When called, they raise...

Category: Enhancement

### Java API client version 7.17.1 ### Java version 17.0 ### Elasticsearch Version 7.17.1 ### Problem description When passing a string that is negative number (e.g. `"-1"`) as search_after field...

### Description It's quite easy to shoot yourself in the foot with the `@timestamp` date format and Kibana returns no data without assistance to identify the problem. Can you please...

### Java API client version 7.16 ### Java version all ### Elasticsearch Version all ### Problem description ElasticsearchClient._transportOptions() returns `null` if no options were set on the client. It would...

Category: Bug
Category: Enhancement

### Description Hi, I am trying to migrate some of our code to the new client. In one of our indices we have the following mapping: ```json { "properties": {...

Area: Documentation

### Description The Jenkins OpenTelemetry Plugin is using the Elasticsearch Point in Time API which requires to specify a TTL of the Point in Time using the `c.e.c.elasticsearch._types.Time` data structure...

Area: Documentation

Hi, It seems that BulkOperation and IndexRequest with same tDocumentSerialization have different behaviour. Elastic version: 7.16.3 I created a test with the same upsert operation, with and without using bulk...

### Description I don't know where to see the releases of the elasticsearch-java library. It's a dependabot message that informs me (e.g. [here](https://github.com/jenkinsci/opentelemetry-plugin/pull/352)). The common way to find this piece...

>infra