...isset($this->_config['server.search']) ? $this->_config['server.search'] : 8384; $this->_scws = new XSServer($conn, $this); } return $this->_scws;} 创建 scws 分词连接 getSearch() 方法 public XSSearch getSearch() {return} XSSearch 搜索操作对象 源...