Skip to content

Commit

Permalink
Update 1.search-with-text-based-index.md (#1083)
Browse files Browse the repository at this point in the history
command errod for fulltext creation
CREATE TAG INDEX nebula_index_1 ON player(name)-->CREATE FULLTEXT TAG INDEX nebula_index_1 ON player(name)
  • Loading branch information
abby-cyber authored Oct 22, 2021
1 parent 8d02242 commit 51b06f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
### 创建全文索引

```ngql
CREATE {TAG | EDGE} INDEX <index_name> ON {<tag_name> | <edge_name>} ([<prop_name_list>]);
CREATE FULLTEXT {TAG | EDGE} INDEX <index_name> ON {<tag_name> | <edge_name>} ([<prop_name_list>]);
```

### 显示全文索引
Expand Down

0 comments on commit 51b06f1

Please sign in to comment.