参考这个: http://bbs.xunsearch.com/showthread.php?tid=397 另外发现a.bb bb.a a.b.c这样的形式查询超慢无比 按照hightman的说法: [i]hightman(海? 15:28:33 . 是相当于加引号,连接符 hightman(海? 15:28:57 "a.b.c.d" 这样就要求 A后面紧跟B再紧跟...
...据可以分段来读取,比如每次10000条,就不会出现上面的php错误了。判断是不是某条数据是不是已经存在了,可以根据主键来判断是不是已存在,存在的跳过就可以了。例如: [php]$query = "id:1753"; $docs = $xs->search->search($query); prin...
老大也, http://www.ftphp.com/scws/down/scws-1.1.0.tar.bz2 这个无法下载了啊[hr] 呃,我从http://www.ftphp.com/scws/down/里去下载了,呵呵[hr] 我的系统是windows2003,Apache2.2.11+php5.2.12,utf-8的, 应该下载哪些啊?
oh 谢谢!我试试[hr] require_once '/mnt/search/sdk/php/lib/XS.php'; $xs = new XS('test'); $skey = $_GET["skey"]; $search = $xs->search; $docs = $search->setQuery($skey."type:1")->search(); print_r($docs); 已经 [type] type = string index = self 了 但是搜索不到什么 改成...
...善的,请高手多指教。也可以到这里下载源码包http://my.php100.com/viewfile.php?file_id=14373 下载积分,是官方默认的,必须加,木有办法,抱歉了! 效果: 每次增删改数据的时候,自动更新索引。 日志效果: @@@@@@@@@@@@@@ 2012-11-...
...h getSearch() {return} XSSearch 搜索操作对象 源码: sdk/php/lib/XS.class.php#L431 (显示) public function getSearch(){ if ($this->_search === null) { $conns = array(); if (!isset($this->_config['server.search'])) { $conns[] = 8384; } else { ...
ZENDCORE 这个介绍就不多说了。 我估计是由于ZENDCORE是PHP-CGI运行模式。所以应该是NTS。所以不支持。 加载了还是一直提示找不到文件。 [undefined=undefined]Note: Extensions marked with a symbol '!' indicate that an inconsistency occurred between the s...
为什么我到这一步 就不动了呢 ./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...
...的 sdk整个文件夹copy一份到了2上面 然后进入2里面的 sdk/php/app/xx.ini配置一下 (1里面也是xx.ini 但是没有设置server.index和server.search) project.name = xxxx project.chartset = UTF-8 server.index = x.x.x.160:8383 server.search = x.x.x.160:8384 使用 Index.php -p t...