@@ -277,8 +277,8 @@ |
||
277 | 277 | |
278 | 278 | // Execute a Scroll request and repeat |
279 | 279 | $results = Elasticsearch::scroll([ |
280 | - 'scroll_id' => $scroll_id, //...using our previously obtained _scroll_id |
|
281 | - 'scroll' => '30s', // and the same timeout window |
|
280 | + 'scroll_id' => $scroll_id, //...using our previously obtained _scroll_id |
|
281 | + 'scroll' => '30s', // and the same timeout window |
|
282 | 282 | ] |
283 | 283 | ); |
284 | 284 | } |