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 noticed that _scroll_id is parsed only if response from ES is absolutely correct (https://github.com/seznam/elasticlient/blob/master/src/scroll.cc#L111). Maybe it should be parsed whenever _scroll_id arrived in ES response. ES documentation says: only the most recently received _scroll_id should be used.
The text was updated successfully, but these errors were encountered:
I noticed that
_scroll_id
is parsed only if response from ES is absolutely correct (https://github.com/seznam/elasticlient/blob/master/src/scroll.cc#L111). Maybe it should be parsed whenever_scroll_id
arrived in ES response. ES documentation says: only the most recently received_scroll_id
should be used.The text was updated successfully, but these errors were encountered: