예제 #1
0
파일: Elastic.php 프로젝트: gtyd/jira
 public function createIndex()
 {
     $params = [];
     $params['index'] = $this->index;
     return $this->client->indices()->create($params);
 }