Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DStatus.php64 public function getIndexNames() function in Elastica\\Status
80 return \in_array($name, $this->getIndexNames(), true);
DCluster.php77 public function getIndexNames(): array function in Elastica\\Cluster
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md182 * Fixed numeric index names are returned as `int` in `Elastica\Status::getIndexNames()` [#1928](htt…
1828 - Elastica_Index::exists() and Elastica_Cluster::getIndexNames() added