Skip to content

Commit

Permalink
fixed full-text index prefix (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Nov 16, 2022
1 parent 7119391 commit 4eaef37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ nebula> CREATE TAG INDEX IF NOT EXISTS name ON player(name(20));
//重建原生索引。
nebula> REBUILD TAG INDEX;
//创建全文索引,索引名称需要以 NebulaGraph 开头。
//创建全文索引,索引名称需要以 `nebula` 开头。
nebula> CREATE FULLTEXT TAG INDEX nebula_index_1 ON player(name);
//重建全文索引。
Expand Down

0 comments on commit 4eaef37

Please sign in to comment.