diff --git a/modules/ROOT/pages/procedures.adoc b/modules/ROOT/pages/procedures.adoc index 0a67b4c08..b37d56f8c 100644 --- a/modules/ROOT/pages/procedures.adoc +++ b/modules/ROOT/pages/procedures.adoc @@ -284,6 +284,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC | *Mode* 3+| READ |=== + == Cluster management For more information, see xref:clustering/index.adoc[]. @@ -1043,7 +1044,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver ==== [role=label--enterprise-edition label--admin-only] -[[procedure_listlocks]] +[[procedure_db_listlocks]] === db.listLocks() @@ -1275,9 +1276,12 @@ Use the `db.index.vector.queryNodes` procedure to query the named index. | *Mode* 3+| SCHEMA |=== + [NOTE] +==== As of Neo4j 5.15, vector indexes can be created with the Cypher Command `CREATE VECTOR INDEX`. For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/#create-vector-index[Cypher Manual -> Create a vector index]. +==== [role=label--new-5.11 label--beta-until-5.13] [[procedure_db_index_vector_querynodes]] @@ -1408,7 +1412,7 @@ It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13) For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime]. ==== -[[procedure_db_awaitIndexes]] +[[procedure_db_awaitindexes]] === db.awaitIndexes()