You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,8 @@ If you need to debug the import, it might be useful to collect the stack trace.
295
295
This is done by using the `--verbose` option.
296
296
|import.report
297
297
298
-
|--schema=<path> label:new[Introduced in 5.24] label:enterprise[Enterprise edition] footnote:new[The optional `--schema` option is currently available but not yet supported in this version. It will be available in a future release.]
299
-
|Path to the file containing the Cypher commands for creating indexes and constraints during data import.
298
+
|--schema=<path>
299
+
|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.
300
300
|
301
301
302
302
|--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
317
317
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.
318
318
|false
319
319
320
-
|--strict[=true\|false] label:new[Introduced in 5.6]
321
-
| Whether or not the lookup of nodes referred to from relationships needs to be checked strict.
320
+
|--strict[=true\|false]
321
+
| label:new[Introduced in 5.6] Whether or not the lookup of nodes referred to from relationships needs to be checked strict.
322
322
If disabled, most but not all relationships referring to non-existent nodes will be detected.
323
323
If enabled all those relationships will be found but at the cost of lower performance.
@@ -807,6 +807,10 @@ If you need to debug the import, it might be useful to collect the stack trace.
807
807
This is done by using the `--verbose` option.
808
808
|import.report
809
809
810
+
|--schema=<path> footnote:[The optional `--schema` option is available in this version but not yet supported. It will be functional in a future release.]
811
+
|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.
812
+
|
813
+
810
814
|--skip-bad-entries-logging[=true\|false]
811
815
|When set to `true`, the details of bad entries are not written in the log. Disabling logging can improve performance when the data contains lots of faults. Cleaning the data before importing it is highly recommended because faults dramatically affect the tool's performance even without logging.
812
816
|false
@@ -834,8 +838,8 @@ For incremental import into an existing database use `all` (which requires the d
834
838
For semi-online incremental import run `prepare` (on a stopped database) followed by `build` (on a potentially running database) and finally `merge` (on a stopped database).
835
839
|all
836
840
837
-
|--strict[=true\|false] label:new[Introduced in 5.6]
838
-
| Whether or not the lookup of nodes referred to from relationships needs to be checked strict.
841
+
|--strict[=true\|false]
842
+
| label:new[Introduced in 5.6] Whether or not the lookup of nodes referred to from relationships needs to be checked strict.
839
843
If disabled, most but not all relationships referring to non-existent nodes will be detected.
840
844
If enabled all those relationships will be found but at the cost of lower performance.
0 commit comments