搜索

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

1.XSCommand

...取属性 arg 的值 XSCommand arg1 int 参数1 取值范围 0~255, 具体含义根据不同的 CMD 而变化 XSCommand arg2 int 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定 XSCommand buf string 主数据内容, 最长 2GB XSC...

2.addWeight提权的问题 提不上去

更新时间:2013-08-22 13:08 t By beike228

... [is_special] => 0 [ranking] => 0 [255] => ) [_terms:XSDocument:private] => [_texts:XSDocument:private] => [_charset:XSDocument:private] => UTF-8 [_meta:XSDocument:private] => Array ...

3.XSCommand::__construct

...型或命令数组 当类型为 int 表示命令代码, 范围是 1~255, 参见 xs_cmd.inc.php 里的定义 当类型为 array 时忽略其它参数, 可包含 cmd, arg1, arg2, buf, buf1 这些键值 $arg1 int 参数1, 其值为 0~255, 具体含义视不同 CMD 而确定 $a...

4.libscws 段错误的 bug 修正

发布时间:2007-07-05 09:07 t By hightman

...在特殊情况即通过 rules.ini 自动识别出来的词有可能超过 255 字,如全部连续的双字节数字或字母.超过 255 字后 这里的 j 将变得不正确可能导致 item-> 指向 NULL , 故加入以下红色部分判断. [code] static void _scws_mset_word(scws_t s, ...

5.关于字段数的限制方面的建议

发布时间:2011-10-26 19:10 t By ixulf

...不知合理不合理: 我现在的理解是字段数目有只能是255个的限制,对于大多数项目来说,这个数目是足够了。但是对tmall.com(taobao.com)这样的网站,对与叶子类别下的商品有不同特性的分面及过滤功能,要实现这样的功能,...

6.XSSearch::setCollapse

... int 折叠后只是返最匹配的数据数量, 默认为 1, 最大值 255 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L332 (显示) public function setCollapse($field, $num = 1){ $vno = $field === null ? XSFieldScheme::MIXED_V...

7.XSSearch::addRange

...; } if ($from !== null || $to !== null) { if (strlen($from) > 255 || strlen($to) > 255) { throw new XSException('Value of range is too long'); } $vno = $this->xs->getField($field)->vno; $from = XS::convert($from, 'UTF-8', $this->_charset); $to = XS...

8.XSCommand.arg1

arg1 属性 public int $arg1; 参数1 取值范围 0~255, 具体含义根据不同的 CMD 而变化

9.XSCommand.arg2

arg2 属性 public int $arg2; 参数2 取值范围 0~255, 常用于存储 value no, 具体参照不同 CMD 而确定

10.XSCommand.buf1

buf1 属性 public string $buf1; 辅数据内容, 最长 255字节

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