Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DReindex.php76 $body = $this->_getBody($this->_oldIndex, $this->_newIndex, $this->getParams());
152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array function in Elastica\\Reindex