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
If we terminate scrolling early (presumably because of an error in the client), we need to send a close-scroll request to ES so it doesn't hold the scroll open (which consumes resources). This takes the form:
POST /_search/scroll <scroll_id>
Note no scroll param.
The text was updated successfully, but these errors were encountered:
If we terminate scrolling early (presumably because of an error in the client), we need to send a close-scroll request to ES so it doesn't hold the scroll open (which consumes resources). This takes the form:
Note no
scroll
param.The text was updated successfully, but these errors were encountered: