搜索

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

41.RE: 急!怎么列出我所添加的数据

发布时间:2013-09-04 09:09 t By czhlxd

$xs = new XS($project); $search = $xs->search; $docs = $search->setQuery()->search(); 不设置关键词就行了

42.初次使用XS,关于平滑重建问题请教!

发布时间:2014-12-08 18:12 t By melody

...x->beginRebuild(); foreach ($data as $k => $v) { $doc = new XSDocument; $doc->setFields($v); $index->update($doc); } $index->endRebuild(); 问题 1:命令行下平滑重建能不能输出执行时间 2:A和B方法重建原理...

43.Missing field of type ID

发布时间:2013-08-22 00:08 t By boxshadow

require './XS.php'; $xs = new XS("torrentkittys"); 引入文件之后实例化类 然后不做任何操作 就出现这个问题: Missing field of type ID 请大大指点

44.[BUG] 文档更新 开启 openBuffer 报错

更新时间:2011-10-27 16:10 t By vist2007

...tent'=>'这是测试文档,1242', 'date'=>102 ); $doc = new XSDocument($array, 'utf-8'); $xs->index->openBuffer(); $xs->index->add($doc); $xs->index->closeBuffer(); 报错...... Uncaught [XSErrorException] ../../../..(1098): file_get_contents(�) [function.file...

45.搜索条件可以使数组吗?

发布时间:2012-05-25 17:05 t By latsu

...y()){ Yii::import('application.vendors.sdk.php.lib.XS'); $xs = new XS('shop'); $query = "regionId:".$array['regionId']; //return $query;exit; $ShopDoc = $xs->search->setCharset('UTF-8')->setLimit(1000, 0)->search($query);//我现在想再search里传入数组,进...

46.创建索引失败

更新时间:2012-12-18 15:12 t By HiLinz

程序中调用:$xs = new XS('demo');时出错如下: [XSErrorException] lib/XS.php(2210): stream_set_blocking(): supplied argument is not a valid stream resource(2) #0 /usr/local/xunsearch/sdk/php/lib/XS.php(2210): xs_error_handler(2, 'stream_set_bloc...', '/usr/local/xuns...', 2210, Array) #1 ...

47.设置编码为gbk失效

发布时间:2012-07-12 11:07 t By 小乌龟

...那里? require '/usr/local/xunsearch/sdk/php/lib/XS.php'; $xs = new XS('allsource'); // 建立 XS 对象,项目名称为:demo $search = $xs->search; // 获取 搜索对象 $query = '部分'; // 这里的搜索语句很简单,就一个短语 $search->setQuery($query); // 设置搜...

48.XSComponent

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

49.RE: 如何集成到framework中

发布时间:2012-03-01 15:03 t By hightman

配置文件不是问题啊, new XS('/path/to/file.ini'); 也可以的,XS 构造函数允许传入路径、文件内容都可以呢。

50.XSSearch::addQueryString

...cale > 0 && $scale != 1) ? pack('n', intval($scale * 100)) : ''; $cmd = new XSCommand(XS_CMD_QUERY_PARSE, $addOp, $this->_defaultOp, $query, $bscale); $this->execCommand($cmd); return $query;} 增加默认搜索语句

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