Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DScroll.php202 if ($this->_search->hasOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE)) {
204 $this->_options[2] = $this->_search->getOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE);
209 unset($searchOptions[Search::OPTION_SEARCH_IGNORE_UNAVAILABLE]);
223 $this->_search->setOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE, $this->_options[2]);
H A DSearch.php47 public const OPTION_SEARCH_IGNORE_UNAVAILABLE = 'ignore_unavailable';
454 case self::OPTION_SEARCH_IGNORE_UNAVAILABLE:
45 public const OPTION_SEARCH_IGNORE_UNAVAILABLE = 'ignore_unavailable'; global() define in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md302 * Fixed handling of Search::OPTION_SEARCH_IGNORE_UNAVAILABLE inside Scroll object