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
This input makes a scroll request under the hood. Such a request will always return all the hits (except with size = 0) eventually. The size only pertains to how many hits should be returned in each scroll (aka batch).
Or we should note that omitting the size parameter will return all results from the query.
One or the other, its just that our docs don't currently answer the question of what to do if you want the full result set.
The text was updated successfully, but these errors were encountered: