Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/looly/elasticsearch-definitive-guide-cn
Elasticsearch权威指南中文版
https://github.com/looly/elasticsearch-definitive-guide-cn
Last synced: 6 days ago
JSON representation
Elasticsearch权威指南中文版
- Host: GitHub
- URL: https://github.com/looly/elasticsearch-definitive-guide-cn
- Owner: looly
- Created: 2014-09-22T04:38:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T05:50:53.000Z (over 4 years ago)
- Last Synced: 2024-11-29T11:13:43.495Z (13 days ago)
- Language: Shell
- Homepage: http://es-guide-preview.elasticsearch.cn/
- Size: 11.6 MB
- Stars: 2,045
- Watchers: 192
- Forks: 832
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
- awesome-elastic-stack - The Definitive Guide to Elasticsearch 中文版
- awesome-hacking-lists - looly/elasticsearch-definitive-guide-cn - Elasticsearch权威指南中文版 (Shell)
README
![cover](https://raw.githubusercontent.com/looly/elasticsearch-definitive-guide-cn/master/cover_small.jpg)
# Elasticsearch 权威指南(中文版)
## 阅读地址:~~[Elasticsearch权威指南(中文版)](http://es.xiaoleilu.com/)~~
## 最新版阅读地址:[Elasticsearch: 权威指南](http://es-guide-preview.elasticsearch.cn/)
## 感谢大家对Elasticsearch权威指南(中文版)的支持,现在新版的翻译工作已经迁移至 [https://github.com/elasticsearch-cn/elasticsearch-definitive-guide](https://github.com/elasticsearch-cn/elasticsearch-definitive-guide)
----------------------------------------
**原书地址:**[Elasticsearch the definitive guide](https://github.com/elasticsearch/elasticsearch-definitive-guide)
**原作者:** clinton gormley,zachary tong
----------------------------------------
**译者:** [Looly](http://www.xiaoleilu.com)
**参与翻译:**
* [@iridiumcao](https://github.com/iridiumcao)
* [@cvvnx1](https://github.com/cvvnx1)
* [@conan007ai](https://github.com/conan007ai)
* [@sailxjx](https://github.com/sailxjx)
* [@wxlfight](https://github.com/wxlfight)
* [@xieyunzi](https://github.com/xieyunzi)
* [@xdream86](https://github.com/xdream86)
* [@conan007ai](https://github.com/conan007ai)
* [@williamzhao](https://github.com/williamzhao)
* [@dingusxp](https://github.com/dingusxp)
* [@birdroidcn](https://github.com/birdroidcn)
* [@MaggieHwang](https://github.com/MaggieHwang)感谢参与翻译的小伙伴们~~
**邮箱:** [email protected]
**微博:** [@路小磊](http://weibo.com/loolly)
----------------------------------------
#### 项目地址:
[https://github.com/looly/elasticsearch-definitive-guide-cn](https://github.com/looly/elasticsearch-definitive-guide-cn)
[http://git.oschina.net/loolly/elasticsearch-definitive-guide-cn](http://git.oschina.net/loolly/elasticsearch-definitive-guide-cn)
#### 阅读地址:
[http://es-guide-preview.elasticsearch.cn/](http://es-guide-preview.elasticsearch.cn/)
[http://es.xiaoleilu.com/](http://es.xiaoleilu.com/)
[http://wiki.jikexueyuan.com/project/elasticsearch-definitive-guide-cn/](http://wiki.jikexueyuan.com/project/elasticsearch-definitive-guide-cn/)
## 说明
之前接触Elasticsearch只是最简单的使用,想要深入了解内部功能,借助翻译同时系统学习。由于英语比较菜,第一次翻译文档,如有不妥,欢迎提issue:[github](https://github.com/looly/elasticsearch-definitive-guide-cn)
[git@osc](http://git.oschina.net/loolly/elasticsearch-definitive-guide-cn/issues)
### 翻译关键字约定
* index -> 索引
* type -> 类型
* token -> 表征
* filter -> 过滤器
* analyser -> 分析器## Pull Request流程
开始我对Pull Request流程不熟悉,后来参考了[@numbbbbb](https://github.com/numbbbbb)的《The Swift Programming Language》协作流程,在此感谢。
1. 首先fork我的项目
2. 把fork过去的项目也就是你的项目clone到你的本地
3. 运行 `git remote add looly [email protected]:looly/elasticsearch-definitive-guide-cn.git` 把我的库添加为远端库
4. 运行 `git pull looly master` 拉取并合并到本地
5. 翻译内容
6. commit后push到自己的库(`git push origin master`)
7. 登录Github在你首页可以看到一个 `pull request` 按钮,点击它,填写一些说明信息,然后提交即可。1~3是初始化操作,执行一次即可。在翻译前必须执行第4步同步我的库(这样避免冲突),然后执行5~7既可。
> #### 注意
> 现在新版的翻译工作已经迁移至 [https://github.com/elasticsearch-cn/elasticsearch-definitive-guide](https://github.com/elasticsearch-cn/elasticsearch-definitive-guide)