摘要:
<?php class ElasticSearch { public $index; function __construct($server = 'http://localhost:9200'){ $this->server = $server; } function call($path, $h 阅读全文
posted @ 2016-12-14 23:31
企久Terry
阅读(334)
评论(0)
推荐(0)