...Iterator() 方法 public void getIterator() 源码: sdk/php/lib/XSDocument.class.php#L272 (显示) public function getIterator(){ if ($this->_charset !== null && $this->_charset !== 'UTF-8') { $from = $this->_meta === null ? $this->_charset : 'UTF-8'; $to = $this->_meta ...
这个情况可以不更新吧,也没事。 因为XS里,基于文档的索引只能整体更新。。。。无法局部更新。
...看一下进程当前卡在什么调用上。 此外,您可以用 bin/xs-ctl.sh fastrestart 前面加上 fast 则会保证重启成功 如果问题持续出现,将来会给 searchd 的 worker 进程加一个超时和总次数限制,以便智能释放资源。 [/quote] strace -p 23099...
...search虽然也可以出来,但是不确定效率是否ok $search = $xs->search; $query =""; $search->setQuery($query); $search->addRange('pid',52382920,52382920); //$search->setSort('dateline'); $docs = $search->search();
Index.php中在180行才settimeout(0),解决问题需要在刚开始实例化XS的时候,就settimeout(0)
[quote='hightman' pid='5069' dateline='1383632417'] 这个情况可以不更新吧,也没事。 因为XS里,基于文档的索引只能整体更新。。。。无法局部更新。 [/quote] 多谢管理员回复。
... 是生成好的代码,我测试的时候报的这个错。 错误:[XSException] sdk/php/lib/XS.php(2008): Permission denied(C#13) 我把sdk这个目录复制到了我的web站点下,给了777的权限还报这个错误。求解。 [/quote] 这是 fsockopen 返回的错误,无权限...
addWeight() 方法 public XSSearch addWeight(string $field, string $term, float $weight=1) $field string 索引词所属的字段 $term string 索引词 $weight float 权重计算缩放比例 {return} XSSearch 返回对象本身以支持串接操作 源码:...
[quote='hpxl' pid='247' dateline='1321860679'] 搜索日志已被缓存,如果要清空缓存可以执行,$xs->index->flushLogging(); [/quote] 执行后,连续执行关键词搜索,均不出结果。还是array()