diff --git a/docs/how-to-guides/indexes.md b/docs/how-to-guides/indexes.md index e165c3e9272..4b5bf5d36d9 100644 --- a/docs/how-to-guides/indexes.md +++ b/docs/how-to-guides/indexes.md @@ -30,8 +30,8 @@ To check if indexes exist, use the following Cypher query: SHOW INDEX INFO; ``` -The results of this query will be all of the labels and label-property pairs -that Memgraph currently indexes. +This query displays an alphabetized table of all label and label-property indices +presently kept by Memgraph. ## How to create indexes? diff --git a/docs/reference-guide/indexing.md b/docs/reference-guide/indexing.md index 194bcf92c46..f31b38a8329 100644 --- a/docs/reference-guide/indexing.md +++ b/docs/reference-guide/indexing.md @@ -206,8 +206,8 @@ syntax: SHOW INDEX INFO; ``` -The results of this query will be all of the labels and label-property pairs -that Memgraph currently indexes. +This query displays an alphabetized table of all label and label-property indices +presently kept by Memgraph. ## Deleting index diff --git a/docs/under-the-hood/indexing.md b/docs/under-the-hood/indexing.md index 5a691acc3b7..7748cfe65e3 100644 --- a/docs/under-the-hood/indexing.md +++ b/docs/under-the-hood/indexing.md @@ -83,8 +83,8 @@ Information about available indexes can be retrieved using the following syntax: SHOW INDEX INFO; ``` -This query will return all the labels and label-property pairs that Memgraph -currently indexes. +This query displays an alphabetized table of all label and label-property indices +presently kept by Memgraph. You can delete created indexes by using the following syntax: