-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Size of query ignored? #18
Comments
The default behavior for specifying size is scroll-scan search. |
The plugin still ignores the size. This is my whole curl query: My server just worked several hours and gave me back thousands of lines even if the size is set to 10 as you can see. |
Oh, please use "from", instead of search_type. |
Still too many articles. My query: Tried it with and without "search_type=query_then_fetch". Both with more than 10 articles |
I also have this issue. Any help with limit? |
I am trying to export 500 of several millions artivles in my ES database. To do so I added the "size":500 - Parameter in the JSON (URL encoded the source-Parameter). This works well for the normal _search but for the _data?format=csv it seems the size is ignored and instead the plugin writes all my million articles into one file.
Can anyone confirm this or give a hint what I am doing wrong?
The text was updated successfully, but these errors were encountered: