From 6a72beaec500833c8f0f4ac2cbc8edbf2c9211b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= Date: Wed, 6 Sep 2023 16:39:22 +0200 Subject: [PATCH] Update the description of SHOW INDEX INFO output --- docs/how-to-guides/indexes.md | 4 ++-- docs/reference-guide/indexing.md | 4 ++-- docs/under-the-hood/indexing.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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: