Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php81 public function hasIndex(): bool
89 if ($this->hasIndex()) {
79 public function hasIndex(): bool global() function in Elastica\\Bulk
H A DSearch.php271 public function hasIndex($index): bool
269 public function hasIndex($index): bool global() function in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md67 * Deprecated passing a `string` as 1st argument to `Search::addIndex()` and `Search::hasIndex()`, pass an Index instance instead by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)