$ util/Indexer.php --rebuild --source=mysql://xxxl@localhost/coreseek --sql="SELECT * FROM documents" --project=demo 开始重建索引 ... [XSException] lib/XS.php(2094): DB has been rebuilding(S#407) #0 lib/XS.php(1192): XSServer->execCommand(Array, 257) #1 Indexer.php(197): XSIndex->beginRebu...
为什么我到这一步 就不动了呢 ./sdk/php/util/Indexer.php --source=csv --clean demo [root@localhost home]# ls lnmp0.9-full lnmp.log lost+found wwwlogs lnmp0.9-full.tar.gz location www wwwroot [root@localhost home]# cd wwwroot [root@localhost wwwroot]# ls ftp index.h...
为什么我到这一步 就不动了呢 ./sdk/php/util/Indexer.php --source=csv --clean demo [root@localhost home]# ls lnmp0.9-full lnmp.log lost+found wwwlogs lnmp0.9-full.tar.gz location www wwwroot [root@localhost home]# cd wwwroot [root@localhost wwwroot]# ls ftp index.h...
这个你就看说明吧,试用 DEMO 那一章节
进入源码看看吧,好像你的 fsockopen() 返回了 null,根据PHP手册讲不可能这个返回值的
在我只安装了mysql数据库,没有任何数据源的情况下,如何使用demo项目。谢谢指教![img]http://mon.d1505.com/mmcms/tt.jpg[/img]
经hightman老大提醒,是服务器禁用了fsockopen,修改php.ini把disable_functions = 后的fsockopen删掉即可
更新索引后检索不成功啊,求指教。[img]http://mon.d1505.com/mmcms/tt.jpg[/img] 已经过去N秒了...
...ch.ini [code] project.name = search project.default_charset = utf-8 server.index = 8383 server.search = 8384 [ID] type = id [title] type = title [content] type = body [/code] 2、索引 [code] util/Indexer.php --source=mysql://root:pwd@localhost/dede --sql="SELECT ID, title, content FROM dede_art...