Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php127 public function addIndices(array $indices = []): self
144 throw new InvalidException('Invalid param type for addIndices(), expected Index[]');
125 public function addIndices(array $indices = []): self global() function in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md68 * Deprecated passing an array of `string` as 1st argument to `Search::addIndices()`, use an array of Index instances by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)
1860 - Elastica_Search::addIndices(), Elastica_Search::addTypes() added