...nt loop end 2014-09-01 10:42:12 indexd[17203] NOTICE terminated, check to commit all db 2014-09-01 10:42:13 indexd[17233] ALERT server start (BIND:) 2014-09-01 10:42:13 indexd[17233] NOTICE event loop start (EVENT:0x0002, FLAG:0x0004) 2014-09-01 10:50:32 indexd[17233] NOTICE reset import file he...
...lic function flushIndex(){ try { $this->execCommand(XS_CMD_INDEX_COMMIT, XS_CMD_OK_DB_COMMITED); } catch (XSException $e) { if ($e->getCode() === XS_CMD_ERR_BUSY || $e->getCode() === XS_CMD_ERR_RUNNING) { return false; } throw $e; } return true;} ...
...时间后 就出现问题了 2013-08-14 12:17:00 indexd[16564] NOTICE commit index data (DB:item.db, COUNT:469) 2013-08-14 12:17:00 indexd[16564] NOTICE priority use unfinished sndfile (FILE:tmp/item_db.snd) 12:17:00 import[69002] ERROR xapian exception (ERROR:Cannot open tables at consistent r...
这是个 bug ,修正已经合并到 github 主分支上了。 https://github.com/hightman/xunsearch/commit/6d7758e0240ceac088366cf4960c236c4dcefb42
是的,那是一个BUG。在git仓库中已经修正了。你可以用最新的开发版或自己修正一下。 参见:[url]https://github.com/hightman/xunsearch/commit/127da7617848b56a9b88034aa5e9ca8e5f917258[/url]
谢谢,新版本已经修正这个情况。推荐用 apc [url]https://github.com/hightman/xunsearch/commit/5e48f3cf0569688561d262851004166433792e14[/url]
是修改了 numeric 字段修剪引发的 BUG,原先用的是 "%g" 效果会自动变指数形式,让人不习惯,因此改回用 %f,并自动修剪尾部没用的 000。 详见:[url]https://github.com/hightman/xunsearch/commit/8a8af7730e60962f690b0ace052efd503c33fb60[/url]
GIT仓库代码已经修改 https://github.com/hightman/xunsearch/commit/8fecd6266ef446f98093c0d9d5848bfe5e3b46da
...以参见我们的 GITHUB 日志:[url]https://github.com/hightman/scws/commit/53269c304f6f8b84263ed18522152eb3b070c51a[/url]
...档](search.search#ch1) - 该版本的完整修改日志,请查看 [git commits](https://github.com/hightman/xunsearch/commits/1.1.0) [1]: https://github.com/hightman/xunsearch/commits [2]: http://www.xunsearch.com/scws/ [3]: http://bbs.xunsearch.com/showthread.php?tid=749&pid=1556 $Id$