搜索

大约有 200 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0065秒)

61.搜索字符过长的问题和使用addQueryString的问题

发布时间:2014-08-01 09:08 t By 459843269@qq.com

查询业务类似于 (filed1:1 or filed1:2 or filed1:3)and (filed2:1 or filed2:2 or filed2:3) and (filed3:1 or filed3:2 or filed3:3) 使用setQuery 出现异常 DATA/NAME too long 最后使用addQueryString拼装语句的方式 但是如上所述的逻辑根本无法达到括号中...

62.scws-1.1.6 发布

更新时间:2011-04-20 15:04 t By hightman

...失. 2.调整将数字后面的独立 % 纳入整词作为百分比,如 33.3% 作为整词而不再是 33.3 和 % 3.修改连字符(-)和下划线(_)的规则,当出现在字母单词之间时视为同一词而不再强行切开,此时如果激活复合分词的 DUALITY 选项,则仍能将...

63.安装scws-1.1.2 时 php扩展出现问题。

更新时间:2010-08-11 12:08 t By cxh1984

... 2) 执行 phpize (在PHP安装目录的bin/目录下) [color=#FF0000]3) 执行 ./configure --with-scws=/usr/local/scws [/color] 执行第3步时出现 checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for scws support... yes, shared checking f...

64.RE: [2011] SCWS-1.1.9 发布,明确使用BSD协议、支持自定义词库

发布时间:2012-02-08 15:02 t By xiaomeng

我下载的是最新版php-5.3.x(vc9)http://www.ftphp.com/scws/down/php-5.3.x/php_scws.dll的,为什么加载不成功,开启错误提示了,iis6.0就重启不了了,怎么解决啊?求帮助...

65.祝贺1.1.8发布,另报告一点遗憾

发布时间:2011-09-15 22:09 t By shwan

iis6+fastcgi php 5.3.8 nts 报错如下,是否vc9 dll还不支持nts的php,但是5.3.8以fcgi方式运行只有用nts才有效率呢,望老大放出 nts的dll. 确认php.ini无误。在开启 SCWS扩展前是一切正常的。 FastCGI Error The Fas...

66.求助:演示的源码在本地和演示上分词测试结果不同【已解决】

更新时间:2013-07-02 21:07 t By jjyang

...生小倩 (化名)于第九教学楼六楼坠亡(详见本报6月24日B03版),原因不详。事发后,当地警方介入。25日上午,当地警方通报初步调查结果,相关证据表明,小倩坠亡系自杀,属于非刑事案件。   22日晚12点多,小倩父亲接到...

67.获取返回结果后如何处理

发布时间:2013-07-01 09:07 t By laiqn

...tatus";s:2:"ok";s:5:"words";a:1:{i:0;a:5:{s:4:"word";s:12:"在线测试";s:3:"off";i:0;s:3:"len";i:12;s:3:"idf";d:8.19999980926513671875;s:4:"attr";s:1:"n";}}} 我如何用php从中提取出分词结果,谢谢

68.RE: 求scws在linux下php5.3.*的教程

发布时间:2012-05-10 14:05 t By macnie

我也是。在Ubuntu 12.04,中安装不成功 root@ubuntu:/home/mrfer/scws-1.2.0# ./configure --prefix=/usr/local/scws ; make ; make install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk......

69.讯搜的一些优化

发布时间:2012-05-17 21:05 t By myoula

1 定时优化 crontab -e 30 3 * * * /usr/local/xunsearch/bin/xs-optimize.sh 项目名 service crond reload #注意 xs-optimize.sh 会报home错误 将17行home = $prefix/data/$1中间的空格去掉 home=$prefix/data/$1 2 提高索引更新速度 xs-indexd -h 看到 -q这个参数 默认...

70.全文检索 tokenizer = full 时,无法查询

发布时间:2013-09-04 16:09 t By hongjh

...$doc = new XSDocument; $doc->setFields($data); $xs->index->add($doc); 3. 查询 3.1 $docs = $xs->search->search('RX8899-114'); ===> 无结果 3.2 $docs = $xs->search->search('RX8899'); ===> 有结果 3.3 $docs = $xs->search->search('goods_sn:RX8899-114'); ===> 有结果 3.4 ...

  • 时间不限
  • 按相关性排序