搜索

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

81.XSDatabaseMySQL::query

... mysql_query($sql, $this->link); if ($res === false) { throw new XSException('MySQL ERROR(#' . mysql_errno($this->link) . '): ' . mysql_error($this->link)); } if (!is_resource($res)) { $ret = $res; } else { $ret = array(); while ($tmp = mysql_fetch_assoc($res)...

82.运行demo时的问题

发布时间:2011-10-21 11:10 t By 3左3右

...响使用),然后运行了demo程序结果报错,内容如下: [XSException] lib/XS.php(2008): Connection refused(C#111) #0 lib/XS.php(1831): XSServer->connect() #1 lib/XS.php(1817): XSServer->open('8383') #2 lib/XS.php(318): XSServer->__construct('8383', Object(XS)) #3 lib/XS.php(232...

83.第一次安装,用PHP进行查询出错...

发布时间:2012-09-30 10:09 t By 973432436

...:】 [29-Sep-2012 12:02:48] 致命的运行时错误(E_ERROR) Uncaught [XSException] ../../xunsearch/sdk/php/lib/XS.php(2204): Permission denied(C#13) thrown /var/www/xunsearch/sdk/php/lib/XS.php 2204

84.在更新索引时,经常出错,麻烦大家看看

发布时间:2011-09-29 14:09 t By jake

[XSException] ../../../../usr/local/xunsearch/sdk/php/lib/XS.php(1906): Failed to send the data to server completely (SIZE:8192/15664, REASON:unknown) #0 /usr/local/xunsearch/sdk/php/lib/XS.php(1851): XSServer->write('????????25?????...') #1 /usr/local/xunsearch/sdk/php/lib/XS.php(1058): XSServe...

85.XSComponent

... $msg .= ' property: ' . get_class($this) . '::$' . $name; throw new XSException($msg);} 魔术方法 __get 取得模拟属性的值, 内部实际调用 getXxx 方法的返回值 __isset() 方法 public bool __isset(string $name) $name string 属性名称 {return} b...

86.XSComponent::__set

... $msg .= ' property: ' . get_class($this) . '::$' . $name; throw new XSException($msg);} 魔术方法 __set 设置模拟属性的值, 内部实际是调用 setXxx 方法

87.XSDocument::__call

...ame])) { return $this->_meta[$name]; } } throw new XSException('Call to undefined method `' . get_class($this) . '::' . $name . '()\'');} 魔术方法 __call 实现以函数调用访问搜索结果元数据, 支持: docid, rank, percent, weight, ccount

88.getExpandedQuery 出现错误

更新时间:2012-09-20 21:09 t By wst900528

...getExpandedQuery方法时出现下面的错误: Fatal error: Uncaught [XSException] ../../../../search/sdk/php/lib/XS.php(2094): Couldn't stat 'data/dream/log_db'(S#515) thrown in /search/sdk/php/lib/XS.php on line 2094 请问是怎么回事呢?谢谢[hr] [root@localhost php]# util/Quest.ph...

89.XSDatabaseSQLite3::query

... $res = $this->obj->query($sql); if ($res === false) { throw new XSException('SQLITE3 ERROR(#' . $this->obj->lastErrorCode() . '): ' . $this->obj->lastErrorMsg()); } if (!is_object($res)) { $ret = $res; } else { $ret = array(); while ($tmp = $res->fetchArray(S...

90.来源为数据库,更新索引是抛出错误

发布时间:2011-11-14 03:11 t By winsky027

...化数据源 ... 开始批量导入数据 (请直接输入数据) ... [XSException] ../lib/XS.php(1971): Failed to recv the data from server completely (SIZE:0/8, REASON:closed) #0 ../lib/XS.php(1911): XSServer->read(8) #1 ../lib/XS.php(1896): XSServer->getRespond() #2 ../lib/XS.php(1880): XSSe...

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