xunsearch/bin/xapian-check xapian-inspect 这几个工具可以检查一下数据库,看看是不是坏了。 还有你可以试试用命令行的 util/Quest.php --db=db_a,db 这样强制指定DB库来测试一下呢?
顶,问题依旧存在,还是Failed to recv the data from server completely 错误[hr] 2012-12-11 11:30:05 worker3[5113] xapian ERROR: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation
词库的字节序原因,你可以在 ppc 处理器上重新用 bin/gen-scws-dict 制作一份词库就可以了。
支持,希望还有这样的活动。对开发不懂啊,能定制真好。
文档里只提到 “title 标题型,标题或名称字段,至多有一个该类型的字段”,可以理解为不用标题型的也是可以的吧
啥时候能再来一次 这样的活动呢?[hr] 期待呀!。。。
[quote='hightman' pid='1386' dateline='1351144354'] 胡说。xapian不知比sphinx要早多少。。。 此外xapian在IR方面做得更好,sphinx 索引创建速度确实比较快,但其它方面个人认为远不如 xapian。 sphinx 也缺少存储,还要配合原有的数据库协同...
...[color=#0000ff]function.file-get-contents[/color][/url]]: failed to open stream: No such file or directory in [b]E:\AppServ\www\ceshi\index.php[/b] on line [b]23[/b] [b]Fatal error[/b]: Call to undefined function: scws_new() in [b]E:\AppServ\www\ceshi\index.php[/b] on line [b]61[/b] [[i] 本帖...
...个释放: /* 一口.070808: memory leak fixed. */ if (mpath) free(mpath); if (npath) free(npath); 修改后应该是这样:[code]next_path: m = n + 1; } /* 一口.070808: memory leak fixed. */ if (mpath) free(mpath); if (npath) free(npath); }[...