Lines Matching defs:scroll

350      * Explicitly clears the search context for a scroll.
352 * $params['scroll_id'] = DEPRECATED (list) A comma-separated list of scroll IDs to clear
353 * $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
357 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/clear-scroll-api.html
520 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
536 * $params['scroll_size'] = (number) Size on the scroll request powering the delete by query (Default = 100)
1186 * $params['scroll'] = (time) Control how long to keep the search context alive (Default = 5m)
1276 * $params['scroll_id'] = DEPRECATED (string) The scroll ID
1277 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1279 * $params['body'] = (array) The scroll ID if not passed by URL or query parameter.
1283 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#request-body-search-scroll
1285 public function scroll(array $params = [])
1320 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1447 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1601 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1618 * $params['scroll_size'] = (number) Size on the scroll request powering the update by query (Default = 100)