搜索

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

171.XSDatabasePDO::query

... string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L843 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { $info = $this->obj->errorInfo(); throw new...

172.新手問題

更新时间:2010-07-29 13:07 t By user1000

1. 請問idf怎麼算呀?這有什麼意思? 2. send_text之後,PHP中怎麼看到tf呢?[hr] 请问xdb里的tf idf是那来的计数据呢?

173.xunsearch-1.0.0 正式版

更新时间:2011-09-30 14:09 t By hightman

...b]前端是使用脚本语言编写的开发工具 (SDK),目前仅支持 PHP 语言。API 简单清晰,开发难度极低,提供全中文的示例代码、文档、辅助脚本工具等。 [b]全功能:[/b]除支持基础的自定义分词、字段检索、布尔搜索外,还直接支...

174.载入txt词典所出现的BUG

更新时间:2011-08-09 12:08 t By 999

... 印第安那州 12.72 11.56 ns 印第安那波利斯 12.31 12.68 ns [php] $txt = '我名字叫印第安那,我的家乡是印第安那州的印第安那波利斯!'; $so = scws_open(); scws_set_charset($so, 'gbk'); scws_set_rule($so, 'rules.ini'); scws_set_dict($so, 'a.txt', SCWS_XDIC...

175.win7下无法加载php_scws.dll

更新时间:2011-12-15 11:12 t By ccy034106

环境:win7(64位) + nginx + php 我是按 http://www.ftphp.com/scws/docs.php#instdll 来配置的。 重启web服务器时出错 报错提示: 1、无法定位程序输入点 zend_ini_string_ex 于动态链接库 php5ts.dll上 2PHP Startup: Unable to load dynamic library 'D:\server\ph...

176.不使用Indexer.php添加数据到xunsearch

更新时间:2012-12-21 20:12 t By Dull

...为/usr/local/xunsearch 所有配置文件和http://www.xunsearch.com/doc/php/guide/ini.guide保持一致 搜索配置文件,sample.ini [code]project.name = sample project.default_charset = GBK ;server.index = 8383 ;server.search = 8384 [pid] type = id [subject] type = title [me...

177.SQL语句里 group by 带来的问题

发布时间:2014-05-20 15:05 t By xiao6ye

... 导入用了group by 后 只能导入2条了 [quote][root@FPDev util]# php Indexer.php --rebuild --source=mysql://root:@localhost/shop --sql="select g.goods_id,g.cat_id,g.goods_name,g.en_goods_name,g.goods_short_name,g.en_goods_short_name,g.brand_id,g.shop_price,g.goods_brief,g.en_goods_brief,g....

178.项目配置文件详解

...于 Xapian、scws 的全文检索解决方案 *[discuz]: Discuz - 采用 PHP/MySQL 开发的 web 论坛软件 $Id$

179.XSSearch::setSynonymScale

...turn} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L147 (显示) public function setSynonymScale($value){ $arg1 = XS_CMD_SEARCH_MISC_SYN_SCALE; $arg2 = max(0, (intval($value * 100) & 255)); $cmd = new XSCommand(XS_CMD_SEARCH_SET_MISC, $arg...

180.limit 参数好象没有效果。

发布时间:2011-01-28 18:01 t By whjtoby

...$text); $top = scws_get_tops($sh, 5); print_r($top); 我用的是 php_scws.dll (1.1.5) [For PHP-5.2.x (44KB)]

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