Skip to content

Commit 6469497

Browse files
committed
Merge branch '6.1' into 6.x
2 parents abd9d1b + 64f0a7f commit 6469497

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

elasticms-cli/commands.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,19 @@ Usage:
6767
emscli:file-reader:import
6868
6969
Arguments:
70-
file File path (xlsx or csv)
71-
content-type Content type target
70+
file File path (xlsx or csv)
71+
content-type Content type target
7272
7373
Options:
74-
--config=CONFIG Config(s) json, file path or hash (multiple values allowed)
75-
--dry-run Just do a dry run
76-
--merge=MERGE Perform a merge or replace [default: true]
77-
--flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
78-
--limit=LIMIT Limit the rows
74+
--limit=LIMIT Limit the rows
75+
--config=CONFIG Config(s) json, file path or hash (multiple values allowed)
76+
--dry-run Just do a dry run
77+
--merge=MERGE Perform a merge or replace [default: true]
78+
--flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
79+
--chunk-size=CHUNK-SIZE Chunk size for processing rows [default: 100]
80+
--scroll-size=SCROLL-SIZE Search scroll size [default: 100]
81+
--lazy Lazy index will only call post-processing on source element
82+
--digest-field=DIGEST-FIELD Only index not digested rows
7983
```
8084
8185
### Database
@@ -92,15 +96,18 @@ Usage:
9296
emscli:import:database [options] [--] <table> <content-type>
9397
9498
Arguments:
95-
table Database table name.
96-
content-type Content type target
99+
table Database table name.
100+
content-type Content type target
97101
98102
Options:
99-
--config=CONFIG Config(s) json, file path or hash (multiple values allowed)
100-
--dry-run Just do a dry run
101-
--merge=MERGE Perform a merge or replace [default: true]
102-
--flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
103-
--limit=LIMIT Limit the rows
103+
--config=CONFIG Config(s) json, file path or hash (multiple values allowed)
104+
--dry-run Just do a dry run
105+
--merge=MERGE Perform a merge or replace [default: true]
106+
--flush-size=FLUSH-SIZE Flush size for the queue [default: 100]
107+
--chunk-size=CHUNK-SIZE Chunk size for processing rows [default: 100]
108+
--scroll-size=SCROLL-SIZE Search scroll size [default: 100]
109+
--lazy Lazy index will only call post-processing on source element
110+
--digest-field=DIGEST-FIELD Only index not digested rows
104111
```
105112
106113
### Config

0 commit comments

Comments
 (0)