...Db() 方法 public XSIndex setDb(string $name) $name string 数据库名称 {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L439 (显示) public function setDb($name){ $this->execCommand(array('cmd' => XS_CMD_INDEX_SET_DB,...
...name; $this->_curDbs = array(); return $this;} 设置要搜索的数据库名 若未设置, 使用默认数据库, 数据库必须位于服务端用户目录下 对于远程数据库, 请使用 stub 文件来支持
...D_OK_DB_CLEAN); return $this;} 完全清空索引数据 如果当前数据库处于重建过程中将禁止清空 参见 beginRebuild close() 方法 public void close($ioerr=false) $ioerr 源码: sdk/php/lib/XSIndex.class.php#L504 (显示) public function close($...
...取修正后的搜索词列表 XSSearch dbTotal int 获取搜索数据库内的数据总量 XSSearch facets array 读取最近一次分面搜索记数 XSSearch hotQuery array 获取热门搜索词列表 XSSearch lastCount int 获取最近那次搜索的匹配...