搜索

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

31.Demo遇险记:今天碰到的错误,5576段错误莫名被解决

更新时间:2011-12-01 22:12 t By 五岳之巅

...nit the thread pool 2011-12-01 22:17:06 worker1[5106] event server start (FLAG:0x0004) 2011-12-01 22:17:06 worker2[5107] event server start (FLAG:0x0004) 2011-12-01 22:17:06 worker3[5108] event server start (FLAG:0x0004) 2011-12-01 22:21:07 ~master[5105] caught SIGINT, shutdown gracefully 2011-...

32.XSServer::reopen

....php#L185 (显示) public function reopen($force = false){ if ($this->_flag & self::BROKEN || $force === true) { $this->open($this->_conn); } return $this;} 重新打开连接 仅应用于曾经成功打开的连并且异常关闭了

33.XSServer::hasRespond

...n hasRespond(){ // check socket if ($this->_sock === null || $this->_flag & (self::BROKEN | self::FILE)) { return false; } $wfds = $xfds = array(); $rfds = array($this->_sock); $res = stream_select($rfds, $wfds, $xfds, 0, 0); return $res > 0;} 判断服务端是否有...

34.XSSearch::setDocOrder

...der($asc = false){ $type = XS_CMD_SORT_TYPE_DOCID | ($asc ? XS_CMD_SORT_FLAG_ASCENDING : 0); $cmd = new XSCommand(XS_CMD_SEARCH_SET_SORT, $type); $this->execCommand($cmd); return $this;} 设置结果按索引入库先后排序 注意, 此项排序不影响相关排序, 权重高的...

35.scws-1.1.2 发布, 修正人名识别失败的问题

发布时间:2010-05-09 02:05 t By hightman

...采用非内存模式的词典时,返回的查结结果中(word_st)...->flag的属性包含怕 SCWS_WORD_MALLOCED 与 SCWS_ZFLAG_SYMBOL 定义冲突,以至于被当作符号文字从而未能进行正确的人名识别。 现已经修正。详见:http://www.ftphp.com/scws 的下载页

36.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...ndex = self tokenizer = full [fid] index = self tokenizer = full [flag] [/code] mysql数据库,sample.sql [code]-- -- Table structure for table `sample` -- CREATE TABLE IF NOT EXISTS `sample` ( `id` int(12) unsigned NOT NULL AUTO_INCREMENT, `subject` varchar(1024) NOT NULL...

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

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

...1083121(299.0/s), sock:7, name:"demo", home:"data/demo", rcv_size:8, flag:0x0000, version:"1.4.7" } ---------- SERVER INFO BEGIN ---------- { id:"worker1", uptime:157312, num_burst:0, max_burst:56, num_accept:436479, aps:2.8, num_task:1213522, tps:7.7, sock:7, name:"demo", home:"...

38.老是出现一个问题 ERROR xapian exception

发布时间:2013-08-14 12:08 t By chenx3412

...isions) 2013-08-14 12:17:00 indexd[16564] NOTICE import exit (DB:item.db, FLAG:0x0000, PID:69002, EXIT:-1) 2013-08-14 12:17:20 indexd[16564] NOTICE commit index data (DB:item.db, COUNT:469) 2013-08-14 12:17:20 indexd[16564] NOTICE priority use unfinished sndfile (FILE:tmp/item_db.snd) 12:17:20 i...

39.xunsearch-1.4.6 (基于 xapian 和 scws开源中文搜索引擎,高扛压不再死锁)

更新时间:2013-03-27 13:03 t By hightman

...1083121(299.0/s), sock:7, name:"demo", home:"data/demo", rcv_size:8, flag:0x0000, version:"1.4.5-dev" } ---------- SERVER INFO BEGIN ---------- { id:"worker1", uptime:157312, num_burst:0, max_burst:56, num_accept:436479, aps:2.8, num_task:1213522, tps:7.7, sock:7, name:"demo", ho...

40.XSServer::connect

...o open local file for writing: `' . $conn . '\''); } $this->_flag |= self::FILE; $this->_sock = $sock; return; } elseif (($pos = strpos($conn, ':')) !== false) { $host = substr($conn, 0, $pos); $port = intval(substr($conn, $pos + 1)); } else { $...

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