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 The class `co.elastic.clients.elasticsearch._types.aggregations.Aggregate` is missing the `geohex_grid` kind (version 8.4.1)

### Description The documentation for the Java client is missing guidance on connecting to an Elastic Cloud deployment. We should add this guidance, recommending to connect with a Cloud ID....

Area: Documentation

### Java API client version 8.4.2 ### Java version 17 ### Elasticsearch Version 8.4.2 ### Problem description Delete-by-query cannot be used because result cannot be parsed. Fails with ``` co.elastic.clients.util.MissingRequiredPropertyException:...

### Java API client version 7.17.6 ### Java version 17 ### Elasticsearch Version 7.17.6 ### Problem description I am migrating elasticsearch from old to new elasticsearch java client. I encounter...

### Java API client version 8.4 ### Java version 16 ### Elasticsearch Version 8.2 - 8.4 ### Problem description Expected: When running a [phrase suggest query with the collate.prune=true parameter](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html#_basic_phrase_suggest_api_parameters),...

### Java API client version 8.x ### Java version 17 ### Elasticsearch Version 8.x ### Problem description variable storedField in InnerHits class has a false API name (stored_field). should be...

### Java API client version 8.4.2 ### Java version 17 ### Elasticsearch Version 8.4.2 ### Problem description When doing an index request that fails because the high water mark is...

Area: Specification

### Java API client version 7.17.6 ### Java version 1.8.0_345 ### Elasticsearch Version 7.17.6 ### Problem description A bulk request with an update operation set to do scripted upsert where...

### Java API client version 7.17.6 ### Java version 18.0.2 ### Elasticsearch Version 8.4.2 ### Problem description I have used the example for a phrase suggestion query taken from the...

Use of `BoolQuery.Builder#must(Query... value)` replaces the entire Query list with the arguments to the method. So either this doc should use `#must` with a list of Queries, or it should...