搜索

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

201.RE: 安装时错误

发布时间:2011-11-12 11:11 t By fg0711

我把机器自带的PHP5.1删除了。然后用源代码的形式安装了5.3的php ,然后再安装xunsearch ,成功后在运行 sdk/php/util/RequiredCheck.php 结果出现提示: /usr/bin/env: php: 没有那个文件或目录 这是怎么回事?

202.XS::restoreScheme

restoreScheme() 方法 public void restoreScheme() 源码: sdk/php/lib/XS.class.php#L346 (显示) public function restoreScheme(){ if ($this->_scheme !== $this->_bindScheme) { $this->_scheme = $this->_bindScheme; if ($this->_search !== null) { $this->_search->...

203.XSDocument::offsetExists

... {return} bool 存在返回 true, 若不存在返回 false 源码: sdk/php/lib/XSDocument.class.php#L287 (显示) public function offsetExists($name){ return isset($this->_data[$name]);} ArrayAccess 接口, 判断字段是否存在, 勿直接调用

204.XSIndex::getCustomDict

... getCustomDict() {return} string 自定义词库内容 源码: sdk/php/lib/XSIndex.class.php#L484 (显示) public function getCustomDict(){ $res = $this->execCommand(XS_CMD_INDEX_USER_DICT, XS_CMD_OK_INFO); return $res->buf;} 获取自定义词典内容

205.检测PHP环境失败

发布时间:2011-11-12 11:11 t By fg0711

我系统自带的PHP 版本低于5.2 然后我删除了。用源代码的方式安装了一次。然后再安装迅搜。再检测运行环境sdk/php/util/RequiredCheck.php 出现下面的提示: /usr/bin/env: php: 没有那个文件或目录 这是为什么? 求助版主。

206.不能搜索英文字符吗

发布时间:2012-09-27 11:09 t By alicar

...。 --------------------------------------------------------------- # sdk/php/util/Quest.php demo DEMO 在 3 条数据中,大约有 0 条包含 DEMO ,第 0-0 条,用时:0.0021 秒。 --------------------------------------------------------------- 不能搜索英文字符吗??...

207.XSDocument::setCharset

...string $charset) $charset string 设置文档字符集 源码: sdk/php/lib/XSDocument.class.php#L132 (显示) public function setCharset($charset){ $this->_charset = strtoupper($charset); if ($this->_charset == 'UTF8') { $this->_charset = 'UTF-8'; }} 设置文档字...

208.关于使用过程的权限控制问题

发布时间:2014-08-31 14:08 t By kaikai

在使用/demo/search.php 搜索的时候,出现的。权限需要怎么解决? 错误:[XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(2481): Permission denied(C#13, localhost:8384)

209.XSIndex::addServer

...tring 索引服务端连接参数 {return} XSServer 源码: sdk/php/lib/XSIndex.class.php#L33 (显示) public function addServer($conn){ $srv = new XSServer($conn, $this->xs); self::$_adds[] = $srv; return $srv;} 增加一个同步索引服务器

210.XSServer::check

check() 方法 protected void check() 源码: sdk/php/lib/XSServer.class.php#L438 (显示) protected function check(){ if ($this->_sock === null) { throw new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken ser...

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