Skip to content

Commit

Permalink
Update 1.text-based-index-restrictions.md (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jun 13, 2023
1 parent 69ab7ff commit 62231a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For now, full-text search has the following limitations:

- Currently, full-text search supports `LOOKUP` statements only.

- The full-text index name must starts with `nebula_` and can contain only numbers, lowercase letters, underscores, and strings no longer than 256 bytes.
- The full-text index name must starts with `nebula_` and can contain only numbers, lowercase letters, and underscores.

- If there is a full-text index on the tag/edge type, the tag/edge type cannot be deleted or modified.

Expand All @@ -30,4 +30,4 @@ For now, full-text search has the following limitations:

- It may take a while for Elasticsearch to create indexes. If Nebula Graph warns no index is found, wait for the index to take effect (however, the waiting time is unknown and there is no code to check).

- NebulaGraph clusters deployed with K8s do not support the full-text search feature.
- NebulaGraph clusters deployed with K8s do not have native support for the full-text search feature. However, you can manually deploy the feature yourself.

0 comments on commit 62231a3

Please sign in to comment.