Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba71476

Browse files
docs: indicate default behavior and how to download full data
1 parent 204caf8 commit ba71476

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)

AltStyle によって変換されたページ (->オリジナル) /