Home
last modified time | relevance | path

Searched refs:current_scrolled_response (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php45 private $current_scrolled_response; variable in Elasticsearch\\Helper\\Iterators\\SearchResponseIterator
126 $this->current_scrolled_response = $this->client->search($this->params);
127 $this->scroll_id = $this->current_scrolled_response['_scroll_id'];
138 $this->current_scrolled_response = $this->client->scroll(
146 $this->scroll_id = $this->current_scrolled_response['_scroll_id'];
158 return isset($this->current_scrolled_response['hits']['hits'][0]);
169 return $this->current_scrolled_response;