[quote='hpxl' pid='247' dateline='1321860679'] 搜索日志已被缓存,如果要清空缓存可以执行,$xs->index->flushLogging(); [/quote] 执行后,连续执行关键词搜索,均不出结果。还是array()
搜索日志已被缓存,如果要清空缓存可以执行,$xs->index->flushLogging();
...ndex beginRebuild() 开始重建索引 XSIndex clean() 完全清空索引数据 XSIndex close() 关闭索引服务端连接 XSIndex closeBuffer() 提交所有指令并关闭缓冲区 XSIndex del() 删除索引中的数据 XSIndex delSynonym() 删除某...
...setQuery(string $query) $query string 搜索语句, 设为 null 则清空搜索语句, 最大长度为 80 字节 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L227 (显示) public function setQuery($query){ $this->clearQuery(...