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.
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.