From 9069fe85a6c79505e4322d2612d42cce849a884e Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 2 Aug 2022 13:43:33 +0800 Subject: [PATCH] Es version desc fix (#2037) * Update 2.deploy-es.md * Update docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md * Update 2.deploy-es.md Co-authored-by: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> --- .../6.deploy-text-based-index/2.deploy-es.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md index 12fa17e646b..1817a546aa7 100644 --- a/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md +++ b/docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md @@ -10,9 +10,7 @@ Nebula Graph 的全文索引是基于 [Elasticsearch](https://en.wikipedia.org/w 部署 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/7.15/targz.html)。 -当 Elasticsearch 集群启动时,请添加 Nebula Graph 全文索引的模板文件。关于索引模板的说明请参见 [Elasticsearch 官方文档](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html)。 - -以下面的模板为例: +当 Elasticsearch 集群启动时,请添加 Nebula Graph 全文索引的模板文件,以下面的模板为例: !!! note