...象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L220 (显示) public function del($term, $field = null){ // get field $field = $field === null ? $this->xs->getFieldId() : $this->xs->getField($field); // get commands $cmds = array(); $terms = is_array($term) ? array...
...应的 XSCommand 对象 源码: sdk/php/lib/XSServer.class.php#L279 (显示) public function execCommand($cmd, $res_arg = XS_CMD_NONE, $res_cmd = XS_CMD_OK){ // create command object if (!$cmd instanceof XSCommand) { $cmd = new XSCommand($cmd); } // just cache the cmd for tho...
...置文件字符串 源码: sdk/php/lib/XSFieldScheme.class.php#L452 (显示) public function toConfig(){ // type $str = "[" . $this->name . "]\n"; if ($this->type === self::TYPE_NUMERIC) { $str .= "type = numeric\n"; } elseif ($this->type === self::TYPE_DATE) { $str .=...
...绝大多数搜索项目的前端代码都类似, 不同的均为细节显示、字段使用等。因此为了更快的加速用户开发速度,我们特地推出这个代码生成工具。 这个工具读取并分析项目配置文件(`*.ini`),生成通用的搜索骨架代码,即使您不...
...配置属性数组 源码: sdk/php/lib/XSFieldScheme.class.php#L514 (显示) public function fromConfig($config){ // type & default setting if (isset($config['type'])) { $predef = 'self::TYPE_' . strtoupper($config['type']); if (defined($predef)) { $this->type = c...
..., 彻底解决进程卡死 2. 修正若干已知的小 BUG 并改进一些显示效果 3. 搜索日志记录时排除具有明显特征的搜索引擎爬虫 官方网站:[url]http://www.xunsearch.com[/url] 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/u...
...显是有错误码的,提示93行处的TF、IDF、Attr不存在,这明显示是:“[b]对分词再分词[/b]”带来的结果,在65行处看到only support GBK dictionary 到80行,这是不参对utf-8字符处理的,不能对中文(中英混合)字符进行mb_substr($word, 0, $len)切...
...搜索结果文档列表 源码: sdk/php/lib/XSSearch.class.php#L572 (显示) public function search($query = null, $saveHighlight = true){ if ($this->_curDb !== self::LOG_DB && $saveHighlight) { $this->_highlight = $query; } $query = $query === null ? '' : $this->preQueryString...
...htman: PHP-SDK: 修正 CHM 文档生成后仍有的少量乱码及图片不显示问题 * 09-26 12:40 320b9d5 hightman: 简单修正默认库不存在时的异常 bug * 09-26 11:29 77221d3 hightman: 强制先删除 api 文档再生成 * 09-26 11:26 b0afd72 hightman: PHP-SDK: 离线 HTML 格式文改...
...=debug --project=go >log.txt 说明:a,使用>log.txt是因为我的ssh显示乱码; b,filter的后面说明,首次用可以把--filter=debug去掉 3,生成骨架 cd /usr/local/xunsearch/sdk/php util/SearchSkel.php -p go -o /home/wwwroot/mesh/public_html/so 这样会在你...