You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested the plugin, without setting "from" or "size" options, but I get only the first 100 hits.
As documentation says, I expected a full data download.
I do this GET query: curl "http://localhost:9200/my-index/_data?format=csv"
I tested elasticsearch-dataformat version 7.9.0.
The text was updated successfully, but these errors were encountered:
When I tell "as documentation says", I speak about this sentence in README:
This plugin allows you to download data as a format you want. If the query dsl contains "from" parameter, the query is processed as search query. If not, it's as scan query(all data are stored.).
Is there a special param to indicate that I want a full download?
Hi,
I just tested the plugin, without setting "from" or "size" options, but I get only the first 100 hits.
As documentation says, I expected a full data download.
I do this GET query:
curl "http://localhost:9200/my-index/_data?format=csv"
I tested elasticsearch-dataformat version 7.9.0.
The text was updated successfully, but these errors were encountered: