I am using Laravel with babenkoivan/elastic-scout-driver-plus package to query into ES but the maximum number of records returned is only 10000
I found on ES documentation that we can use "_search?scroll=1m" but it seems that this package doesn't support it