Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php86 $this->_search->setOption(Search::OPTION_SCROLL, $this->expiryTime);
136 $this->_search->setOption(Search::OPTION_SCROLL, $this->expiryTime);
194 if ($this->_search->hasOption(Search::OPTION_SCROLL)) {
195 $this->_options[0] = $this->_search->getOption(Search::OPTION_SCROLL);
220 $this->_search->setOption(Search::OPTION_SCROLL, $this->_options[0]);
H A DSearch.php33 public const OPTION_SCROLL = 'scroll';
451 case self::OPTION_SCROLL:
31 public const OPTION_SCROLL = 'scroll'; global() define in Elastica\\Search