搜索

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

211.XSComponent::__set

... string 属性名称 $value mixed 属性值 源码: sdk/php/lib/XS.class.php#L202 (显示) public function __set($name, $value){ $setter = 'set' . $name; if (method_exists($this, $setter)) { return $this->$setter($value); } // throw exception $msg = method_exist...

212.搜索概述

...下的方式获取的索引对象: ~~~ [php] require '$prefix/sdk/php/lib/XS.php'; $xs = new XS('demo'); // 建立 XS 对象,项目名称为:demo $search = $xs->search; // 获取 搜索对象 ~~~ > info: 搜索对象内置了字符集智能转换,如果您使用的字符集和项目默认...

213.XSDocument 文档

...ent::afterSubmit] 方法来实现,比如扩展代码为 `$prefix/sdk/php/lib/MyDocument.class.php`。 ~~~ [php] class MyDocument extends XSDocument { public function beforeSubmit(XSIndex $index) { // 在此编写您的代码,如需要中断添加请提前返回 false //...

214.XSSearch::setCutOff

...} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L98 (显示) public function setCutOff($percent, $weight = 0){ $percent = max(0, min(100, intval($percent))); $weight = max(0, (intval($weight * 10) & 255)); $cmd = new XSCommand(XS_CMD_SEARCH...

215.RE: 迅搜报错

更新时间:2013-02-27 09:02 t By 277850318@qq.com

... dateline='1327889252'] [XSException] ../../../../usr/local/xunse/sdk/php/lib/XS.php(1464): Unexpected respond in search {CMD:129, ARG:514} 还是该错误 已更新和设置 无法解决 [/quote] 这个错是数据库没有准备就绪吧,是不是你还没有导入任何数据就尝试...

216.建立索引 只有目录 目录下没有文件 咋回事呢

更新时间:2012-06-08 17:06 t By xm521ldm

...看看:huh: 搜索报错 错误:[XSException] ../../xunsearch/sdk/php/lib/XS.php(2092): None of database avaiable(S#506) [hr] 大侠们 都干啥呢

217.XSException::getRelPath

...径 {return} string 转换后的相对路径 源码: sdk/php/lib/XS.class.php#L79 (显示) public static function getRelPath($file){ $from = getcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file,...

218.开发流程

...重建的方式。 3. 引入 `PHP-SDK` 的入口文件 `$prefix/sdk/php/lib/XS.php` 进行搜索功能和界面开发。 4. 最终调整与正式部署。 > tip: 我们提供了一个默认的搜索功能生成工具,通过读取和分析配置文件智能生成搜索相关代码, > 同时还...

219.xunsearch用了一天,出错,重启服务器就好了,请问这是什么问题?

发布时间:2012-02-19 10:02 t By jatwxf

...The argument should be an array(2) thrown in D:\web\www[/align]\so\sdk\php\lib\XS.php on line 477

220.RE: search时报错 ,请帮看看是哪的问题

发布时间:2012-12-25 10:12 t By benq81

报错:[XSException] ThinkPHP/Extend/Vendor/sdk/php/lib/XS.php(2087): Task is canceled due to timeout/error(S#514) 日志: 2012-12-25 10:19:08 worker1[11340] [sock:7] task canceld, run the cleanup (ZARG:0x7f6c775fdbf0) 2012-12-25 10:19:08 worker1[11340] [sock:7] quit, result error (CODE:514) ...

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