Home
last modified time | relevance | path

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

/plugin/elasticsearch/helper/
Dclient.php115 if ($this->createMappings($index)->hasError()) {
149 protected function createMappings(Index $index): Response function in helper_plugin_elasticsearch_client