Skip to content

Commit

Permalink
Update 2.deploy-es.md (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jul 26, 2021
1 parent 23a4982 commit 2eba874
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Nebula Graph的全文索引是基于[Elasticsearch](https://en.wikipedia.org/wik

## 部署Elasticsearch集群

部署Elasticsearch集群请参见[Elasticsearch官方文档](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-elasticsearch.html)
部署Elasticsearch集群请参见[Kubernetes安装Elasticsearch](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-elasticsearch.html)[单机安装Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/_installation.html)

当Elasticsearch集群启动时,请添加Nebula Graph全文索引的模板文件。以下面的模板为例:
当Elasticsearch集群启动时,请添加Nebula Graph全文索引的模板文件。关于索引模板的说明请参见[Elasticsearch官方文档](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html)

以下面的模板为例:

```json
{
Expand Down Expand Up @@ -127,4 +129,4 @@ SIGN OUT TEXT SERVICE;

```ngql
nebula> SIGN OUT TEXT SERVICE;
```
```

0 comments on commit 2eba874

Please sign in to comment.