Skip to content

Commit 048cca6

Browse files
authored
Merge pull request #64 from fbaligand/patch-1
docs: indicate default behavior and how to download all data
2 parents 204caf8 + ba71476 commit 048cca6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Please file an [issue](https://github.com/codelibs/elasticsearch-dataformat/issu
2121
## Supported Output Formats
2222

2323
This plugin allows you to download data as a format you want.
24-
If the query dsl contains "from" parameter, the query is processed as search query.
25-
If not, it's as scan query(all data are stored.).
24+
By default, the 100 first hits are returned.
25+
You can customize hits returned with `from` and `size` query parameters.
26+
If you want to download all data, use `scroll=1m` query parameter.
2627

2728
### CSV
2829

0 commit comments

Comments
 (0)