摘要: 一,判断一个索引库是否存在: $response = $client->indices()->exists(['index' => $this->index_name]); $statusCode = $response->getStatusCode(); var_dump($statusCode) 阅读全文
posted @ 2024-08-05 18:23 刘宏缔的架构森林 阅读(130) 评论(0) 推荐(0)