搜索

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

121.一个字符搜索不到数据,必须两个字符或以上才行

更新时间:2014-06-05 20:06 t By phpqinsir

...如下: [php] project.name = goods project.default_charset = utf-8 server.index = 8383 server.search = 8384 ; 商品ID 与配送范围 配送范围以特殊格式放到标题后面 [goods_id] type = id ; 商品名称 [goods_name] type = title index = both ; 商品分类 [cat...

122.XSDatabaseMySQL::connect

...pass)) === false) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!mysql_select_db($param['dbname'], $this->link)) { $this->close(); throw new XSException("Can not switch to database name: '{$param['dbname']}'"); } $this->setUtf8();} ...

123.HDwiki的xunsearch项目安装使用记录【效果刚刚的】

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

...oject.name = go project.default_charset = utf-8 ;服务端用默认值 ;server.index = 8383 ;server.search = 8384 [did] type = id [title] type = title [tag] index = self [content] type = body[/code] 其中did为hdwiki每个词条唯一的编号(这个与url对应) title...

124.XSServer::write

...g 要写入的长度, 默认为字符串长度 源码: sdk/php/lib/XSServer.class.php#L368 (显示) protected function write($buf, $len = 0){ // quick return for empty buf $buf = strval($buf); if ($len == 0 && ($len = $size = strlen($buf)) == 0) { return true; } // loop ...

125.XSDatabaseMySQLI::connect

...j->connect_error) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!$this->obj->select_db($param['dbname'])) { $this->close(); throw new XSException("Can not switch to database name: '{$param['dbname']}'"); } $this->setUtf8();} 连...

126.RE: fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

发布时间:2011-10-17 16:10 t By hightman

这说明你的服务端没有开啊 安装完 xunsearch 必须启动 xunsearch server的。运行 安装目录下的 bin/xs-ctl.sh start 来启动。 xunsearch 是c/s的工作模型,php 的代码相当于客户端,它去连接 c/c++ 写的服务端。

127.RE: 搜索蜘蛛来抓取,导致搜索日志不正常,热门搜索一直是不相关的内容

更新时间:2012-05-10 16:05 t By Mr.

...要自动添加 或者可以另外控制不需添加。 [php]if(strpos($_SERVER['REQUEST_URI'],'xunsearch.com')) $XSSearch->addSearchLog();[/php]

128.RE: 搜索蜘蛛来抓取,导致搜索日志不正常,热门搜索一直是不相关的内容

更新时间:2012-05-11 01:05 t By Mr.

...p的search() 在1556行的$this->logQuery(); 改成: [php]if(strpos($_SERVER['REQUEST_URI'],'你的域名')) $this->logQuery();[/php] 即可过滤所有搜索引擎访问查询时自动写入搜索日志记录!~! 我不清楚REQUEST的结果是不是大小写、。。。。如果不放...

129.xunsearch-1.4.7 (基于 xapian+scws 的开源中文搜索引擎,诸多细节改进)

发布时间:2013-07-30 11:07 t By hightman

...业功能。 [attachment=42] 某次扛压实验结果: ---------- SERVER INFO BEGIN ---------- { id:worker3, uptime:3623, num_burst:1, max_burst:132, num_accept:194989(53.8/s), num_task:1083121(299.0/s), sock:7, name:"demo", home:"data/demo", rcv_size:8, flag:0x0000, version:"1...

130.RE: 在做一个PHP的项目。 部分功能用到scws。 大家多多交流

更新时间:2010-05-12 15:05 t By hightman

...接创建和维护自己的搜索项目,就像使用一个远端 mysql server一样的道理,只不过是把全文检索这部分托管出来。

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