搜索

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

11.XSDocument::__construct

__construct() 方法 public void __construct(mixed $p=NULL, string $d=NULL) $p mixed 字符串表示索引文档的编码或搜索结果文档的 meta 数据, 数组则表示或索引文档的初始字段数据 $d string 可选参数, 当 $p 不为编码时, 本参数表示数...

12.关于addrange的问题.........

更新时间:2012-02-27 14:02 t By 鸭梨山大

...arch->setQuery($var) if(条件){ $search->addRange('num',intval($ex_num),null); } $search->search(); $search->getQuery()//[color=#0000CD]这里打印出是[/color][color=#FF0000]null[/color] 为什么是null呢?这样就查不出东西啦 help~~~:huh::huh::huh: -----------------------------...

13.XSTokenizerXlen

... 方法明细 __construct() 方法 public void __construct($arg=NULL) $arg 源码: sdk/php/lib/XSTokenizer.class.php#L106 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = intval($arg); if ($this->arg < 1 ||...

14.XSTokenizerXstep

... 方法明细 __construct() 方法 public void __construct($arg=NULL) $arg 源码: sdk/php/lib/XSTokenizer.class.php#L137 (显示) public function __construct($arg = null){ if ($arg !== null && $arg !== '') { $this->arg = intval($arg); if ($this->arg < 1 ||...

15.XSSearch::terms

terms() 方法 public array terms(string $query=NULL, bool $convert=true) $query string 搜索语句, 若传入 null 使用默认语句, 最大长度为 80 字节 $convert bool 是否进行编码转换, 默认为 true {return} array 可用于高亮显示的词条列表...

16.XSSearch::getFacets

... (自版本 v1.1.0 起可用) public array getFacets(string $field=NULL) $field string 读取分面记数的字段, 若为 null 则返回全部分面搜索记录 {return} array 返回由值和计数组成的关联数组, 若不存在或未曾登记过则返回空数组 源...

17.RE: scws_has_word的逻辑问题

发布时间:2010-08-02 11:08 t By backluck

... SCWS_NA; scws_res_t res, cur; char *word; word_attr *at = NULL; if (!s || !s->txt) return 0; __PARSE_XATTR__; // save the offset. (cnt -> return_value) off = s->off; cnt = s->off = 0; while (!cnt && (cur = res = scws_get_result(s)) !=...

18.XSTokenizerScws::__construct

__construct() 方法 public void __construct(string $arg=NULL) $arg string 复合等级参数,默认不指定 源码: sdk/php/lib/XSTokenizer.class.php#L188 (显示) public function __construct($arg = null){ if (self::$_server === null) { $xs = XS::getLastXS(); ...

19.XSDocument

...08 (显示) public function __call($name, $args){ if ($this->_meta !== null) { $name = strtolower($name); if (isset($this->_meta[$name])) { return $this->_meta[$name]; } } throw new XSException('Call to undefined method `' . get_class($this) . '::' . $name ....

20.RE: 怎样才能 字母数字汉字组合 按照词典分成一个词语呢?

更新时间:2013-07-03 16:07 t By shuyinglee

... 10:38:49.409846632 +0800 @@ -60,6 +60,9 @@ s->mblen = charset_table_get(NULL); s->off = s->len = 0; s->wend = -1; + + /* set default, shuying.lee adds it */ + scws_use_rule(s, 1); return s; } @@ -141,6 +144,16 @@ s->mode &= ~SCWS_IGN_SYMBOL; } +/* shuying.lee adds it */ +void scws...

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