Skip to content

Commit

Permalink
Update 2.deploy-es.md (#2036)
Browse files Browse the repository at this point in the history
* Update 2.deploy-es.md

* Update docs-2.0/4.deployment-and-installation/6.deploy-text-based-index/2.deploy-es.md

Co-authored-by: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com>
  • Loading branch information
abby-cyber and cooper-lzy committed Aug 2, 2022
1 parent a910d6d commit 996fba2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Nebula Graph 的全文索引是基于 [Elasticsearch](https://en.wikipedia.org/w

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

以下面的模板为例(针对ES 7.0及以上版本):
以下面的模板为例:

!!! note

以下模板对应 ES 7.8 版本。ES 的版本不同,索引模板可能也不同。打开 [Elasticsearch 官方文档](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html) 查看对应 ES 版本使用的索引模板。

```json
{
Expand Down

0 comments on commit 996fba2

Please sign in to comment.