We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b982959 commit 2291a4cCopy full SHA for 2291a4c
modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc
@@ -42,7 +42,7 @@ Creating an index requires link:{neo4j-docs-base-uri}/operations-manual/{page-ve
42
43
[NOTE]
44
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 *`.
+To confirm the `state` of an index (whether it is `"ONLINE"` or `"POPULATING"`), run the following command: `SHOW INDEXES YIELD *`.
46
47
[[create-range-index]]
48
=== Create a range index
0 commit comments