getLastXS() 方法 public static XS getLastXS() {return} XS 最近创建的 XS 对象 源码: sdk/php/lib/XS.class.php#L314 (显示) public static function getLastXS(){ return self::$_lastXS;} 获取最新的 XS 实例
... XS getIndex() 获取索引操作对象 XS getLastXS() 获取最新的 XS 实例 XS getName() 获取当前项目名称 XS getScheme() 获取当前在用的字段方案 XS getScwsServer() 创建 scws 分词连接 XS getSearch() 获取搜索操作对象 ...