...象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L253 (显示) public function addExdata($data, $check_file = true){ if (strlen($data) < 255 && $check_file && file_exists($data) && ($data = file_get_contents($data)) === false) { throw new XSException('Failed t...
...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 格式文改...
...象以支持串接操作 源码: 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...
...=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 这样会在你...
...码,所以在做第2步之前,得先把编码换成UTF8,这样才能显示中文。 执行安装脚本,根据提示进行操作,主要是输入 xunsearch 软件包的安装目录,强烈建议单独规划一个目录,而不是混到别的软件目录中。 cd xunsearch-full-1.4.8 s...
...码,所以在做第2步之前,得先把编码换成UTF8,这样才能显示中文。 执行安装脚本,根据提示进行操作,主要是输入 xunsearch 软件包的安装目录,强烈建议单独规划一个目录,而不是混到别的软件目录中。 cd xunsearch-full-1.4.8 s...
...置文件字符串 源码: 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 .=...
...配置属性数组 源码: 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...
...commerce上测试过, good luck 我还没有写直接在drupal页上显示搜索结果的页面,因为每个用户的搜索页都可能不一样, 对我的站来说,未来搜索页会出现在http://www.anetb.com/searchpage,不过我还没套好 目前我还在使用http://www.ane...