... (注意:不同版本可能链接文件的名称不一样) 然后回到源码目录重新执行./setup.sh [/quote] 如果你的电脑是64位的,xunsearch目录下只有lib64,而没有lib,就输入 ln -s lib64 lib
...要检测结果则返回 true, 其它返回响应的 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 XSComman...
...g toConfig() {return} string 转换后的配置文件字符串 源码: 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"; } elsei...
...omConfig(array $config) $config array 原始配置属性数组 源码: sdk/php/lib/XSFieldScheme.class.php#L514 (显示) public function fromConfig($config){ // type & default setting if (isset($config['type'])) { $predef = 'self::TYPE_' . strtoupper($config['type']); ...
...对了mode的值都试过,没任何变化[hr] 这个不是BUG,看到你源码 #define SCWS_MULTI_NONE 0x00000 // nothing #define SCWS_MULTI_SHORT 0x01000 // split long words to short words from left to right #define SCWS_MULTI_DUALITY 0x02000 // split every long words(3 chars?) to two cha...
... #这个是网页文件 /home/soft/php-5.3.4/sapi/cli/php #这个是php的源码文件 /var/lib/php /usr/bin/php #这个 php 是个行运行文件(绿色的),可能就是另一个版本的 /usr/local/php #这个是我手动的安装目录 /usr/local/php/bin/php /usr/local/php/lib/php /u...
... 全部开源,理论上也可以从官方提供的 [git 仓库][1] 获取源码自行构建,但是 这要求必须有较多的技术基础,在此不打算赘述,有这方面需求的技术人员可以到论坛去交流。 为方便用户安装,我们提供了一个包含安装所需求的...
... true {return} XSDocument[] 匹配的搜索结果文档列表 源码: 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 =...
...tscws_la-plugin_scws.lo] 错误 1 [/quote] RH Linux, MySQL 5.1.30 (源码编译) 同样的问题。 patch一切正常。
系统情况:RH Linux, MySQL 5.1.30 (源码编译) 按照http://www.hightman.cn/bbs/showthread.php?tid=503的指示 安装了scws-1.0.x到 /usr/local/scws,然后一步步走下来, 重新make了MySQL,plugin下面的scws进行configure正常,但在编译时出了错误,错误信息...