Skip to content

Commit

Permalink
Update procedures.md (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni authored Sep 10, 2024
1 parent 5d20e94 commit 0966c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypher/procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ YIELD modifiers are only required if explicitly specified; by default the value
| db.labels | none | `label` | Yields all node labels in the graph. |
| db.relationshipTypes | none | `relationshipType` | Yields all relationship types in the graph. |
| db.propertyKeys | none | `propertyKey` | Yields all property keys in the graph. |
| db.indexes | none | `type`, `label`, `properties`, `language`, `stopwords`, `entitytype`, `info` | Yield all indexes in the graph, denoting whether they are exact-match or full-text and which label and properties each covers and whether they are indexing node or relationship attributes. |
| db.indexes | none | `label`, `properties`, `types`, `options`, `language`, `stopwords`, `entitytype`, `status`, `info` | Yield all indexes in the graph, denoting whether they are exact-match or full-text and which label and properties each covers and whether they are indexing node or relationship attributes. |
| db.constraints | none | `type`, `label`, `properties`, `entitytype`, `status` | Yield all constraints in the graph, denoting constraint type (UNIQIE/MANDATORY), which label/relationship-type and properties each enforces. |
| db.idx.fulltext.createNodeIndex | `label`, `property` [, `property` ...] | none | Builds a full-text searchable index on a label and the 1 or more specified properties. |
| db.idx.fulltext.drop | `label` | none | Deletes the full-text index associated with the given label. |
Expand Down

0 comments on commit 0966c83

Please sign in to comment.