Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php32 protected $_nextScrollId;
87 $this->_search->setOption(Search::OPTION_SCROLL_ID, $this->_nextScrollId);
105 return $this->_nextScrollId;
115 return null !== $this->_nextScrollId;
153 if (null !== $this->_nextScrollId) {
157 [Search::OPTION_SCROLL_ID => [$this->_nextScrollId]]
161 $this->_nextScrollId = null;
180 $this->_nextScrollId = null;
182 $this->_nextScrollId = $resultSet->getResponse()->getScrollId();
29 protected $_nextScrollId; global() variable in Elastica\\Scroll