... string 搜索语句, 若传入 null 使用默认语句, 最大长度为 80 字节 $saveHighlight boolean 是否存储查询词用于高亮处理, 默认为 true {return} XSDocument[] 匹配的搜索结果文档列表 源码: sdk/php/lib/XSSearch.class.php#L572 (显示) public...
... PHP-SDK: 改进搜索日志的保存方式使之更合理 * 09-29 14:09 0c80fb8 hightman: PHP-SDK: 给 XS 主类增加 setName 来根据需要改变 project.name * 09-27 15:05 c504ce2 hightman: 修正骨架代码的自动完成功能用鼠标点击时不能自动提交的问题 * 09-27 14:19 b2bac5...
...是行号改变了一下 In file included from ../../include/my_global.h:80, from plugin_scws.c:20: ../../include/my_config.h:1059:1: warning: "PACKAGE" redefined :6:1: warning: this is the location of the previous definition ../../include/my_config.h:1065:1: warning: "PACKAGE_...
...是行号改变了一下 In file included from ../../include/my_global.h:80, from plugin_scws.c:20: ../../include/my_config.h:1059:1: warning: "PACKAGE" redefined :6:1: warning: this is the location of the previous definition ../../include/my_config.h:1065:1: warning: "PACKAGE_...
...[10481] caught SIGINT, shutdown gracefully 2012-03-30 09:40:33 worker2[10480] caught SIGINT, shutdown gracefully 2012-03-30 09:40:33 worker3[10481] get NULL pointer from pipe, shutdown gracefully 2012-03-30 09:40:33 worker2[10480] get NULL pointer from pipe, shutdown gracefully 2012-03-30 09:40:...
...的请求数和余下的生命周期。 - 搜索语句的最大长度人 80 字节增加到 192 字节 版本 1.2.0 (2011-12-12) ----------------------- - 新增搜索日志(用于热门统计、相关搜索等)管理工具 [util.Logger](util.logger) - [XSIndex] 对象的各个方法也直接...
...`authorid` mediumint(8) unsigned NOT NULL default '0', `subject` varchar(80) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `message` mediumtext NOT NULL, `useip` varchar(15) NOT NULL default '', `invisible` tinyint(1) NOT NULL default '0', `anonymous` tinyint(1) ...
...后管理员删除100的积分)该活动期限为一年 普通用户以80点声望换得开通一个月免费空间使用权 关于积分说明请查看易联交流论坛. 您也可以续费使用该空间(70元/年) 并享受到以下服务 1、免费安装博客 论坛等程序 ...
...*字段名*:*关键词*”。 > note: 搜索语句最大支持长度为 80 字节(每一个汉字占 3 字节),此规则同时适用于 > [XSSearch::search] 和 [XSSearch::count] 的 `$query` 参数。 搜索语句举例如下: ~~~ [php] $search->search('上海人民公园'); // 检索 bo...
...句一样, 请改用 getLastCount 以提升效率 最大长度为 80 字节 {return} int 匹配的搜索结果数量, 估算数值 源码: sdk/php/lib/XSSearch.class.php#L547 (显示) public function count($query = null){ $query = $query === null ? '' : $this->preQueryString($...