Skip to content

Commit a9a3dff

Browse files
Apply suggestions from code review
1 parent f5661e6 commit a9a3dff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ If you need to debug the import, it might be useful to collect the stack trace.
291291
This is done by using the `--verbose` option.
292292
|import.report
293293

294-
|--schema=<path> label:new[Introduced in 5.24] label
294+
|--schema=<path> label:new[Introduced in 5.24] label:enterprise[Enterprise edition]
295295
|File in which to store the Cypher schema commands to run as part of the data import.
296296

297297
For an example, see <<indexes-constraints-import, Provide indexes and constraints during import>>
@@ -426,11 +426,12 @@ bin/neo4j-admin database import full --nodes import/movies_header.csv,import/mov
426426
--relationships import/roles_header.csv,import/roles.csv
427427
----
428428

429+
[role=label--enterprise-edition label--new-5.24]
429430
[[indexes-constraints-import]]
430431
==== Provide indexes and constraints during import
431432

432433
Starting with Neo4j 5.24, you can use the `--schema` option that allows Cypher commands to be provided to create indexes/constraints during the initial import process.
433-
It currently only works for full import.
434+
It currently only works for the block format and full import.
434435

435436
You should have a Cypher script containing only `CREATE INDEX|CONSTRAINT` commands to be parsed and executed.
436437
This file uses ';' as the separator.

0 commit comments

Comments
 (0)