elasticsearch-java
elasticsearch-java copied to clipboard
Official Elasticsearch Java Client
### Java API client version 8.2 ### Java version 12 ### Elasticsearch Version 8.2 ### Problem description Hello, Using the following index template: ``` PUT /_index_template/test_bm25 { "index_patterns" : ["test_bm25*"],...
### Java API client version 7.17.3 ### Java version java 8 ### Elasticsearch Version 7.17.3 ### Problem description It complains the 'managed' field is not found in the response but...
### Java API client version 7.17.3 ### Java version 11 ### Elasticsearch Version 7.17.3 ### Problem description **Current behavior** If you want to get the stats of an index which...
### Java API client version 8.2.2 ### Java version 17 ### Elasticsearch Version 8.2.2 ### Problem description In the following issue: [Make it possible to use the high level rest...
### Java API client version 8.1.3 ### Java version 1.8 ### Elasticsearch Version 8.1.3 ### Problem description Getting this error java.lang.ClassNotFoundException: jakarta.json.JsonException tags changed: → [language-clients](https://discuss.elastic.co/tag/language-clients) Failed to instantiate [co.elastic.clients.Elasticsearch.ElasticsearchClient]:...
### Java API client version 8.2 ### Java version JDK 1.8 ### Elasticsearch Version Elastic Stack 8.2 ### Problem description At the link https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/8.2.2/co/elastic/clients/elasticsearch/core/UpdateByQueryRequest.html, it says: `Performs an update on...
Reported in https://discuss.elastic.co/t/how-to-get-details-from-nodes-api-with-java-client/305732
The former Java High Level client had the nice feature, that single **_search** requests and the items of **_msearch** request were compatible, so our application could use the same builder...
### Elasticsearch Version 7.17.3 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version macOS Montery ### Problem Description When adding 2 documents with the same id to...
### Java API client version 8.1.0 ### Java version openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode) ### Elasticsearch...