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/
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]);
DSearch.php47 public const OPTION_SEARCH_IGNORE_UNAVAILABLE = 'ignore_unavailable'; define in Elastica\\Search
454 case self::OPTION_SEARCH_IGNORE_UNAVAILABLE:
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md302 * Fixed handling of Search::OPTION_SEARCH_IGNORE_UNAVAILABLE inside Scroll object