Skip to content

Commit 19ab519

Browse files
Anchor fixes (#2306) (#2309)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 448479f commit 19ab519

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
284284
| *Mode* 3+| READ
285285
|===
286286

287+
287288
== Cluster management
288289

289290
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
10431044
====
10441045

10451046
[role=label--enterprise-edition label--admin-only]
1046-
[[procedure_listlocks]]
1047+
[[procedure_db_listlocks]]
10471048
=== db.listLocks()
10481049

10491050

@@ -1275,9 +1276,12 @@ Use the `db.index.vector.queryNodes` procedure to query the named index.
12751276
| *Mode* 3+| SCHEMA
12761277
|===
12771278

1279+
12781280
[NOTE]
1281+
====
12791282
As of Neo4j 5.15, vector indexes can be created with the Cypher Command `CREATE VECTOR INDEX`.
12801283
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].
1284+
====
12811285

12821286
[role=label--new-5.11 label--beta-until-5.13]
12831287
[[procedure_db_index_vector_querynodes]]
@@ -1408,7 +1412,7 @@ It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13)
14081412
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].
14091413
====
14101414

1411-
[[procedure_db_awaitIndexes]]
1415+
[[procedure_db_awaitindexes]]
14121416
=== db.awaitIndexes()
14131417

14141418

0 commit comments

Comments
 (0)