Exemplo n.º 1
0
 /**
  * Create a new index.
  *
  * @param  string $indexName
  * @param  array $settings
  * @return void
  */
 protected function createIndex($indexName, $settings)
 {
     $this->indexManager->createIndex($indexName, $settings);
 }