|
4 | 4 |
|
5 | 5 | 本书由 [全科](http://woquanke.com) 翻译,并且整理成电子书,支持PDF,ePub,Mobi格式,方便大家下载阅读。
|
6 | 6 |
|
| 7 | + |
7 | 8 | 阅读地址:[http://woquanke.com/esjava/](http://woquanke.com/esjava/)
|
8 | 9 |
|
9 | 10 | 下载地址:[https://www.gitbook.com/book/quanke/elasticsearch-java](https://www.gitbook.com/book/quanke/elasticsearch-java)
|
10 | 11 |
|
11 | 12 | github地址:[https://github.com/quanke/elasticsearch-java](https://github.com/quanke/elasticsearch-java)
|
12 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | +gitee 地址:[https://gitee.com/quanke/elasticsearch-java](https://gitee.com/quanke/elasticsearch-java) |
| 17 | +配套示例代码:[https://gitee.com/quanke/elasticsearch-java-study](https://gitee.com/quanke/elasticsearch-java-study) |
| 18 | + |
| 19 | + |
13 | 20 | 编辑:[http://woquanke.com](http://woquanke.com)
|
14 | 21 |
|
15 | 22 | 编辑整理辛苦,还望大神们点一下star ,抚平我虚荣的心
|
16 | 23 |
|
| 24 | +> 不只是官方文档的翻译,还包含使用实例,包含我们使用踩过的坑 |
| 25 | + |
| 26 | +## 推荐阅读 |
| 27 | + |
| 28 | +[Elasticsearch Java Rest 手册](https://www.gitbook.com/book/quanke/elasticsearch-java-rest/) 已经完成大部分 |
| 29 | + |
| 30 | + |
17 | 31 | 更多请关注我的微信公众号:
|
18 | 32 |
|
19 | 33 | 
|
20 | 34 |
|
21 | 35 |
|
| 36 | +下面几个章节应用的相对少,所以会延后更新,计划先把 配套实例 [ elasticsearch-java-study](https://gitee.com/quanke/elasticsearch-java-study) 项目写完; |
22 | 37 |
|
23 | | - |
| 38 | +* [Indexed Scripts API](indexed-scripts-api.md) |
| 39 | + * [Script Language](indexed-scripts-api/script-language.md) |
| 40 | +* [Java API Administration](java-api-administration.md) |
| 41 | + * [Indices Administration](java-api-administration/indices-administration.md) |
| 42 | + * [Cluster Administration](java-api-administration/cluster-administration.md) |
24 | 43 |
|
25 | 44 | ## 参考
|
26 | 45 |
|
|
0 commit comments