Update es doc.

This commit is contained in:
李铭昕 2019-04-27 16:06:22 +08:00
parent 641088dab7
commit 6f6071e6be

View File

@ -1,6 +1,6 @@
# Elasticsearch
[elasticsearch-php](https://github.com/elastic/elasticsearch-php) 默认使用 Guzzle Ring 客户端,所以 [hyperf/guzzle](https://github.com/hyperf-cloud/guzzle) 中实现了协程版本的 Handler.
[elasticsearch-php](https://github.com/elastic/elasticsearch-php) 默认使用 Guzzle Ring 客户端,在 [hyperf/guzzle](https://github.com/hyperf-cloud/guzzle) 中我们实现了协程版本的 Handler所以可以直接使用 `Hyperf\Elasticsearch\ClientBuilderFactory` 创建一个新的 Builder。
## 安装