...r/local/xunsearch/sdk/php/util/Indexer.php --rebuild --source=mysql://root:123456@127.0.0.1/test --sql="select * from pw_record" --project=record 以上是默认mysql 端口号为3306 导入命令 但是, 现在我的mysql 端口号是6630 在--source=mysql://root:123456@127.0.0.1/test ...
...字段排了序, 搜的时候 同步search->query($query)了3次, 第1次是主搜索limit(30,$start), 第2次是limit(1,0) 查一下搜出来的最高价, 第3次是limit(1,0) 查一下搜出来的最低价, 状况是这样的,有时候快,有时候慢,服务器CPU\内存\网络监...
...中国的程序员"; if(argc == 2) text = argv[1]; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_multi(s, 1); scws_set...
... } if ($from === dirname($from)) { $rel .= substr($to, 1); break; } if (!strncmp($from . '/', $to, strlen($from) + 1)) { $rel .= substr($to, strlen($from) + 1); break; } $from = dirname($from); } if (substr($rel, ...
... if ($from === dirname($from)) { $rel .= substr($to, 1); break; } if (!strncmp($from . DIRECTORY_SEPARATOR, $to, strlen($from) + 1)) { $rel .= substr($to, strlen($from) + 1); break; } ...
...] 再次确定了下,显式加载字典后.总有点异常情况. http://116.252.185.149/fs360/web.php?words=%E9%82%A3%E6%98%AF%E4%BD%A0%E7%9A%84%E7%AC%94%E8%AE%B0%E6%9C%AC%E7%94%B5%E8%84%91%E5%90%97&wq=%E6%90%9C%E7%B4%A2 比如这个:我搜得是 "那是你的笔记本电脑吗" 在 ff ...
...- > strcpy(wmap[i][i]->attr, SCWS_IS_ALPHA(txt[start-1]) ? attr_en : attr_un); // modified by hightman[hr] [root@estar scws-1.1.5]# /usr/local/bin/scws -A -d "/usr/local/scws/etc/dict.xdb" "LG集团5.3%" LG/en 集团/n 5.3/en %/un +--[scws(scws-cli/1.1.5)]----------+ | TextLen...
好象IP地址也分了.比如:192.168.0.1,结果是: No. WordString Attr Weight(times) ------------------------------------------------- 01. 192.168 en 4.86(1) 02. 0.1 en 2.75(1) http://www.163.com No. WordString A...
...也比较轻,所以暂不强制提供升级版本。 [code] diff -c -r1.20 scws.c *** scws.c 19 Apr 2011 08:00:23 -0000 1.20 --- scws.c 7 May 2011 14:57:49 -0000 *************** *** 1328,1334 **** } // free at ! free(at); top = NULL; ...
[quote='hightman' pid='7' dateline='1315934809'] 您 的PHP版本?是否先运行 util/RequiredCheck.php 测试一下,看上去你的PHP似乎 不支持 __toString() [/quote] 谢谢您的回复,我把错误打出来了,大致是这样的一个错,不像是String的问题: [root@loc...