diff --git a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc index 92c084b2d..b605e3fb8 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc @@ -295,8 +295,8 @@ If you need to debug the import, it might be useful to collect the stack trace. This is done by using the `--verbose` option. |import.report -|--schema= label:new[Introduced in 5.24] label:enterprise[Enterprise edition] -|Path to the file containing the Cypher commands for creating indexes and constraints during data import. +|--schema= +|label:new[Introduced in 5.24] label:enterprise[Enterprise edition] Path to the file containing the Cypher commands for creating indexes and constraints during data import. | |--skip-bad-entries-logging[=true\|false] @@ -317,8 +317,8 @@ In the event of multiple nodes within the same group having the same ID, the fir Skipped nodes will be logged, containing at most the number of entities specified by `--bad-tolerance`, unless otherwise specified by the `--skip-bad-entries-logging` option. |false -|--strict[=true\|false] label:new[Introduced in 5.6] -| Whether or not the lookup of nodes referred to from relationships needs to be checked strict. +|--strict[=true\|false] +| label:new[Introduced in 5.6] Whether or not the lookup of nodes referred to from relationships needs to be checked strict. If disabled, most but not all relationships referring to non-existent nodes will be detected. If enabled all those relationships will be found but at the cost of lower performance. |false label:changed[Changed in 5.8] @@ -337,6 +337,7 @@ performance, this value should not be greater than the number of available proce | |=== + [NOTE] .Heap size for the import ==== @@ -459,7 +460,7 @@ For example: [source, shell, role=noplay] ---- -bin/neo4j-admin database import full neo4j --nodes=import/movies.csv --nodes=import/actors.csv --relationships=import/roles.csv --schema=import/schema.cypher +bin/neo4j-admin database import full neo4j --nodes=import/movies.csv --nodes=import/actors.csv --relationships=import/roles.csv --schema=import/schema.cypher ---- @@ -587,9 +588,9 @@ neo4j-admin database import incremental [-h] [--expand-commands] --force [--verb [--delimiter=] [--high-parallel-io=on|off|auto] [--id-type=string|integer|actual] [--input-encoding=] [--max-off-heap-memory=] [--quote=] [--read-buffer-size=] - [--report-file=] [--stage=all|prepare|build|merge] [--threads=] - --nodes=[