Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/procedures.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
====

[role=label--enterprise-edition label--admin-only]
[[procedure_listlocks]]
[[procedure_db_listlocks]]
=== db.listLocks()


Expand Down Expand Up @@ -1322,7 +1322,7 @@ Use the `db.index.vector.queryNodes` procedure to query the named index.
| *Replaced by* 3+| the Cypher command `CREATE VECTOR INDEX`. For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/vector-indexes/#create-vector-index[Cypher Manual -> Create a vector index].
|===

[[procedure_db_index_vector_createrelationshipindex]]
[[procedure_db_index_vector_querynodes]]

=== db.index.vector.queryNodes()

Expand Down Expand Up @@ -1450,7 +1450,7 @@ It is therefore not supported by the parallel runtime.
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
====

[[procedure_db_awaitIndexes]]
[[procedure_db_awaitindexes]]
=== db.awaitIndexes()


Expand Down