From da5ec23a3ef6b0eaf326d141b2f2e901622ae892 Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Tue, 10 Mar 2015 22:26:04 +0800 Subject: [PATCH] =?UTF-8?q?zh:=20add=20Elasticsearch=20=E6=9D=83=E5=A8=81?= =?UTF-8?q?=E6=8C=87=E5=8D=97.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- free-programming-books-zh.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index b585cc2f..3b80156b 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -10,6 +10,7 @@ * [C](#c) * [C++](#c-1) * [CoffeeScript](#coffeescript) +* [Elasticsearch](#elasticsearch) * [Erlang](#erlang) * [Fortran](#fortran) * [Golang](#golang) @@ -106,6 +107,8 @@ * [CoffeeScript 中文手册](http://island205.github.io/tlboc/) (《The Little Book on CoffeeScript》中文版) * [CoffeeScript 编程风格指南](https://github.com/elrrrrrrr/coffeescript-style-guide/blob/master/README-ZH.md) +### Elasticsearch +* [Elasticsearch 权威指南](https://github.com/looly/elasticsearch-definitive-guide-cn) (《Elasticsearch the definitive guide》中文版) ### Erlang * [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)