We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204caf8 + ba71476 commit 048cca6Copy full SHA for 048cca6
README.md
@@ -21,8 +21,9 @@ Please file an [issue](https://github.com/codelibs/elasticsearch-dataformat/issu
21
## Supported Output Formats
22
23
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.).
+By default, the 100 first hits are returned.
+You can customize hits returned with `from` and `size` query parameters.
26
+If you want to download all data, use `scroll=1m` query parameter.
27
28
### CSV
29
0 commit comments