diff --git a/modules/ROOT/pages/performance/index-configuration.adoc b/modules/ROOT/pages/performance/index-configuration.adoc index 8d9b80ea0..c1a945817 100644 --- a/modules/ROOT/pages/performance/index-configuration.adoc +++ b/modules/ROOT/pages/performance/index-configuration.adoc @@ -103,7 +103,7 @@ For further information on constraints, see link:{neo4j-docs-base-uri}/cypher-ma * [deprecated]#_Use a built-in procedure._# + Note that this option uses deprecated built-in procedures that will be removed in a future release. -These have been replaced with the Cypher commands in Option 1. +These have been replaced with the Cypher commands in the first option above. + The built-in procedures `db.createIndex`, `db.createUniquePropertyConstraint`, and `db.createNodeKey` can be used to specify the index provider on index creation, unique property constraint creation, and node key creation. +