Skip to content

Commit 7eb7022

Browse files
committed
apply suggestions from review
1 parent b7c13e8 commit 7eb7022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ These are some things you need to keep in mind when creating your input files:
6868
Indexes and constraints are not created during the import.
6969
Instead, you have to add these afterward (see link:{neo4j-docs-base-uri}/cypher-manual/current/indexes-for-full-text-search[Cypher Manual -> Indexes]).
7070
71-
You can use the `--schema` option to create indexes and contraints during the import process.
71+
You can use the `--schema` option to create and populate indexes and contraints during the import process.
7272
The option is available in the Enterprise Edition and works only for the block format.
7373
See <<indexes-constraints-import, Provide indexes and constraints during import>> for more information.
7474
====
@@ -1539,7 +1539,7 @@ bin/neo4j-admin database import --nodes import/movies-header.csv,import/movies.c
15391539
[[indexes-constraints-import]]
15401540
== Provide indexes and constraints during import
15411541

1542-
You can use the `--schema` option to create indexes/constraints during the import process.
1542+
You can use the `--schema` option to create and populate indexes/constraints during the import process.
15431543
It works for the block format and both full and incremental import.
15441544
For incremental import, this functionality is available from 2025.02.
15451545

0 commit comments

Comments
 (0)