Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php345 public function setMergePolicy(string $key, $value): Response
275 public function setMergePolicy(string $key, $value): Response global() function in Elastica\\Index\\Settings
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md47 * Changed `Settings::setMergePolicy` signature to allow to pass `int` and `string` as argument 2, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2085](https://github.com/ruflin/Elastica/pull/2085)