Skip to content

Commit 2291a4c

Browse files
fix
1 parent b982959 commit 2291a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Creating an index requires link:{neo4j-docs-base-uri}/operations-manual/{page-ve
4242

4343
[NOTE]
4444
An index cannot be queried if its `state` is `"POPULATING"` (i.e., if it was just created).
45-
To confirm the `state` of a full-text index (whether it is `"ONLINE"` or `"POPULATING"`), run the following command: `SHOW INDEXES YIELD *`.
45+
To confirm the `state` of an index (whether it is `"ONLINE"` or `"POPULATING"`), run the following command: `SHOW INDEXES YIELD *`.
4646

4747
[[create-range-index]]
4848
=== Create a range index

0 commit comments

Comments
 (0)