搜索

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

121.PHP不是安装在默认路径,XS无权限执行?!

更新时间:2012-11-25 20:11 t By chinapubmed

... open_basedir restriction in effect. File(/usr/local/xunsearch/sdk/php/lib/XS.php) is not within the allowed path(s): (/home/wwwroot/mesh:/tmp) in /home/wwwroot/mesh/public_html/so/search.php on line 11 Warning: require_once(/usr/local/xunsearch/sdk/php/lib/XS.php) [function.require-once]: failed...

122.XSTokenizerScws::__construct

...rg string 复合等级参数,默认不指定 源码: sdk/php/lib/XSTokenizer.class.php#L188 (显示) public function __construct($arg = null){ if (self::$_server === null) { $xs = XS::getLastXS(); if ($xs === null) { throw new XSException('An XS instance should...

123.请教php的多表搜索

发布时间:2013-12-20 18:12 t By sundyandy

[php] echo '搜索结果'; $xs = new XS('test1'); $index = $xs->index; $index = setDb('test2'); $search = $xs->searcg; $docs = $search->addDb('test2')->setFuzzy->setQuery($key)->search(); [/php] 请问这种写法有错么?

124.清空索引报错

发布时间:2014-08-20 15:08 t By aksky

Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS PHP Fatal error: Uncaught [XSException] data/api/xs/lib/XS.php(819): Missing field of type ID thrown in /xxxxx/data/api/xs/lib/XS.php on line 819 帮忙看下 谢谢

125.new MyDocument会找不到啊

发布时间:2014-07-10 15:07 t By 327532817

require_once 'xunsearch/lib/XS.php'; $xs = new XS('demo'); var_dump($xs); //到这里是正常的 $doc = new MyDocument; // Class 'MyDocument' not found 肯定没有这个类啊 我该怎么操作呢

126.设置编码为gbk失效

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

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

127.search时报错 ,请帮看看是哪的问题

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

各位好,今天我在执行search代码时报错:[XSException] ThinkPHP/Extend/Vendor/sdk/php/lib/XS.php(2160): Failed to recv the data from server completely (SIZE:0/8, REASON:closed); 以前都好的,我看了下论坛里以前的错误,是在 $xs = new XS(VENDOR_PATH.'sdk/php/app/'.$...

128.在winodws 使用xunsearch的问题

更新时间:2013-12-14 14:12 t By wkx198742

...server.search 为ip:XXXX require $_SERVER['DOCUMENT_ROOT'].'sdk/php/lib/XS.php'; $xs = new XS($_SERVER['DOCUMENT_ROOT'].'sdk/php/app/demo.ini'); $docs = $xs->search->search('hightman'); print_r($docs); 结果出现 Fatal error: Uncaught [XSException] ../..(2481): 由于目标计算...

129.RE: mysql导入数据不成功,开始重建索引后提示 [XSException] ../local/xunsearch/sdk/php/lib/XS.php(1898): DB

发布时间:2011-10-21 00:10 t By hightman

是不是你之前重建 没有完成就又重建了?建议用 bin/xs-ctl.sh restart 然后再调用 Indexer.php --clean 清除吧

130.indexer.php 生成的索引的问题

更新时间:2012-03-28 10:03 t By cxc222

...d" --project=D:\xampp\htdocs\linjulu\home\farm\data\xunsearch_conf ig.ini [XSException] ../..(2177): 由于目标机器积极拒绝,无法连接。 (C#10061) #0 ../../:\xampp\htdocs\xunsearch-1.3.0\sdk\php\lib\XS.php(2000): XSServer->conn ect() #1 ../../:\xampp\htdocs\xunsearch-1.3.0\sdk\php\lib\X...

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