搜索

大约有 462 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1009秒)

331.用SearchSkel生成测试搜索页出现错误

发布时间:2014-04-03 18:04 t By smashdog

错误:[XSException] ../../../usr/local/xunsearch/sdk/php/lib/XS.php(2481): Permission denied(C#13, localhost:8384) 这是怎么回事?

332.用API导入索引出错

发布时间:2014-07-09 13:07 t By 诸爱恋丶bobo

Fatal error: Uncaught [XSException] ../..(2369): Failed to create home directoy of the project(S#508) thrown in F:\##\##\plugin\xunsearch\lib\XS.php on line 2369 权限已经是777了。请问是什么原因导致的

333.搜索骨架代码测试时报错

发布时间:2011-10-17 10:10 t By mengfanchao

生成搜索骨架代码测试时报错 是生成好的代码,我测试的时候报的这个错。 错误:[XSException] sdk/php/lib/XS.php(2008): Permission denied(C#13) 我把sdk这个目录复制到了我的web站点下,给了777的权限还报这个错误。求解。

334.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/

335.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/

336.停止不掉,只好kill -9

发布时间:2012-05-04 22:05 t By yunxiaoad2

top命令一看,cpu一直占用99%,xs-search进程排最前 正常停止未果,于是kill -9 之前有人反映过类似问题,一天一启,也是难以正常命令重启 后据说是内存太小问题 请问如何分配更大内存?

337.能否提供新功能

发布时间:2011-01-04 10:01 t By xjpeter

http://code.google.com/p/xsplit/ bool xs_build (array $words, string $dict_file) 从$words数组建立名称为$dict_file的词典,若成功则返回true。$words数组的格式请参考示例,key为词语,value为词频。 这样生成词库,相当有方便,能否也增加一...

338.RE: xunsearch 无法重启

发布时间:2011-12-05 11:12 t By hightman

...看一下进程当前卡在什么调用上。 此外,您可以用 bin/xs-ctl.sh fastrestart 前面加上 fast 则会保证重启成功 如果问题持续出现,将来会给 searchd 的 worker 进程加一个超时和总次数限制,以便智能释放资源。

339.XSComponent::__unset

__unset() 方法 public void __unset(string $name) $name string 属性名称 源码: sdk/php/lib/XS.class.php#L231 (显示) public function __unset($name){ $this->__set($name, null);} 魔术方法 __unset 删除、取消模拟属性, 相当于设置属性值为 null

340.XSUtil::convertOut

...串 {return} string 转换后的字符串 源码: sdk/php/util/XSUtil.class.php#L82 (显示) public static function convertOut($buf){ if (self::$charset !== null) { return XS::convert($buf, self::$charset, 'UTF-8'); } return $buf;} 把 UTF-8 字符串转换为用户...

  • 时间不限
  • 按相关性排序