Elasticsearch 的 Java Http Rest 客户端 Elasticsearch Jest
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/searchbox-io/Jest
- 软件文档: https://github.com/searchbox-io/Jest
- 官方下载: https://github.com/searchbox-io/Jest
软件介绍
Jest 是 Elasticsearch 的 Java Http Rest 客户端。
ElasticSearch 已经具备应用于 Elasticsearch 内部的 Java API ,但是 Jest 弥补了 ES 自有 API 缺少 Elasticsearch Http Rest 接口客户端的不足。
兼容性
| Jest Version | Elasticsearch Version |
|---|---|
| >= 6.0.0 | 6 |
| >= 5.0.0 | 5 |
| >= 2.0.0 | 2 |
| 0.1.0 - 1.0.0 | 1 |
| <= 0.0.6 | < 1 |
优势
提供 Restful API, 原生 ES API 不具备;
若 ES 集群使用不同的 ES 版本,使用原生 ES API 会有问题,而 Jest 不会;
更安全,可在 Http 层添加安全处理。
Head First JavaScript Programming
Eric T. Freeman、Elisabeth Robson / O'Reilly Media / 2014-4-10 / USD 49.99
This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be read......一起来看看 《Head First JavaScript Programming》 这本书的介绍吧!
