Skip to content

Commit

Permalink
Update 1.create-native-index.md (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Apr 25, 2022
1 parent e809b3d commit 6692cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CREATE {TAG | EDGE} INDEX [IF NOT EXISTS] <index_name> ON {<tag_name> | <edge_na

|参数|说明|
|:---|:---|
|`TAG \| EDGE`| 指定要创建的索引类型。|
|`TAG | EDGE`| 指定要创建的索引类型。|
|`IF NOT EXISTS`|检测待创建的索引是否存在,只有不存在时,才会创建索引。|
|`<index_name>`|索引名。索引名在一个图空间中必须是唯一的。推荐的命名方式为`i_tagName_propName`。索引名称以英文字母开头,支持 1~4 字节的 UTF-8 编码字符,包括英文字母(区分大小写)、数字、中文等,但是不包括除下划线外的特殊字符。使用特殊字符或保留关键字时,需要用反引号(\`)包围,详情参见[关键字和保留字](../../3.ngql-guide/1.nGQL-overview/keywords-and-reserved-words.md)|
|`<tag_name> \| <edge_name>`|指定索引关联的 Tag 或 Edge 名称。|
Expand Down

0 comments on commit 6692cfc

Please sign in to comment.