...eturn} bool 若存在为 true, 反之为 false 源码: sdk/php/lib/XS.class.php#L221 (显示) public function __isset($name){ return method_exists($this, 'get' . $name);} 魔术方法 __isset 判断模拟属性是否存在并可读取
是生成好的代码,我测试的时候报的这个错。 错误:[XSException] sdk/php/lib/XS.php(2008): Permission denied(C#13) 我把sdk这个目录复制到了我的web站点下,给了777的权限还报这个错误。求解。
... {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L67 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->getFile()) . '(' . $this->getLine() . '): '; $string .= $this->getMessage() . ($this->getCode() > 0 ? ...
[quote='诸爱恋丶bobo' pid='8345' dateline='1404884529'] 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了。请问是什么原因导致的 [/quote]
搜索日志已被缓存,如果要清空缓存可以执行,$xs->index->flushLogging();
你这个情况应该是服务端不允许连接,看看有没有开启服务,默认 xs-ctl.sh 是绑定在 127.0.0.1 上的,建议加上 -b inet 启动以便绑定所有IP 计划下个版改把默认改为绑定全部IP
你这个情况应该是服务端不允许连接,看看有没有开启服务,默认 xs-ctl.sh 是绑定在 127.0.0.1 上的,建议加上 -b inet 启动以便绑定所有IP 计划下个版改把默认改为绑定全部IP
1. 需要重启 xs-searchd 2. 只读取 dict_user.txt 3. 系统的同时生效,但 dict_user.txt 优先级更高 4. 词性完全可以自定义,但最多 2个字节
beforeSubmit() 方法 public bool beforeSubmit(XSIndex $index) $index XSIndex 索引操作对象 {return} bool 默认返回 true, 若返回 false 将阻止该文档提交到索引服务器 源码: sdk/php/lib/XSDocument.class.php#L331 (显示) public function beforeSubmit...
fsockopen(): (2) thrown in F:\WWW\trunk\shikee\libs\xunsearch\lib\XS.php on line 544 我本地升级完PHP就出错了(升级到5.5) 我服务器上运行没问题。我本地用就出问题了,我本地用的是服务器的