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
When using a OpenSearch\Helper\Iterators\SearchResponseIterator, the deprecation error 'A scroll id can be quite large and should be specified as part of the body' is thrown.
How can one reproduce the bug?
$iterator = new SearchResponseIterator($client, $parameters);
foreach ($pageIterator as $page) {
echo 'Error occurs here';
}
What is the expected behavior?
I would expect the iterator to use the scroll API properly without throwing a deprecation.
What is your host/environment?
Debian GNU/Linux 11 (bullseye)
Do you have any screenshots?
Nope
Do you have any additional context?
None that I can think of but I'm happy to answer questions about this.
The text was updated successfully, but these errors were encountered:
What is the bug?
When using a
OpenSearch\Helper\Iterators\SearchResponseIterator
, the deprecation error 'A scroll id can be quite large and should be specified as part of the body' is thrown.How can one reproduce the bug?
What is the expected behavior?
I would expect the iterator to use the scroll API properly without throwing a deprecation.
What is your host/environment?
Debian GNU/Linux 11 (bullseye)
Do you have any screenshots?
Nope
Do you have any additional context?
None that I can think of but I'm happy to answer questions about this.
The text was updated successfully, but these errors were encountered: