搜索

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

21.搜索建议和纠错

...前缀、拼音前缀展开,此为必要参数 * `$limit` 整数值,设置返回的词数量上限,默认为 10,最大值为 20 ~~~ [php] /** * 以下例子也可以用 `util/Quest.php demo --suggest ` 进行测试 */ $search->getExpandedQuery('x'); // 返回:项目, xunsearch, 行...

22.XSSearch::setDb

... $this->_curDb = $name; $this->_curDbs = array(); return $this;} 设置要搜索的数据库名 若未设置, 使用默认数据库, 数据库必须位于服务端用户目录下 对于远程数据库, 请使用 stub 文件来支持

23.RE: scws1.1.2 安装错误

发布时间:2010-05-13 16:05 t By gaoomei

...的情况,而在windows下面的分词是正常的,是不是我哪里设置错误! 但是词库和php.ini都按照要求设置了。

24.XSSearch::setCutOff

...FF, $percent, $weight); $this->execCommand($cmd); return $this;} 设置百分比/权重剔除参数 通常是在开启 setFuzzy 或使用 OR 连接搜索语句时才需要设置此项

25.获取热门搜索词

...关联数组。接受 2 个可选参数如下: * `$limit` 整数值,设置返回的词数量上限,默认为 6,最大值为 50 * `$type` 指定排序类型,默认为 `total`(总量),可选值还有:`lastnum`(上周) 和 `currnum`(本周) ~~~ [php] $words = $search->getHotQuery...

26.XSSearch::setCollapse

..._COLLAPSE, $max, $vno); $this->execCommand($cmd); return $this;} 设置折叠搜索结果 注意, 每当调用 setDb 或 addDb 修改当前数据库时会重置此项设置

27.XSIndex

...服务器直接发送指令 (无缓存) XSServer setCustomDict() 设置自定义词典内容 XSIndex setDb() 更改存放索引数据的目录 XSIndex setProject() 设置当前项目 XSServer setScwsMulti() 设置当前索引库的分词复合等级 XSIndex setT...

28.RE: 1.1.2的 自定义字典无法使用

更新时间:2010-05-24 14:05 t By hightman

...特地再做了一翻测试,add_dict,无没问题。我的相关代码及设置: 1. php.ini的设置 [code] [hightman@d1 hightman]$ php -i | grep scws scws SCWS BugReport => http://www.ftphp.com/scws scws.default.charset => utf8 => utf8 scws.default.fpath => /usr/local/scws/etc => /usr/...

29.XSDocument::getCharset

getCharset() 方法 public string getCharset() {return} string 当前设定的字符集(已大写), 若未曾设置返回 null 源码: sdk/php/lib/XSDocument.class.php#L123 (显示) public function getCharset(){ return $this->_charset;} 获取文档字符集

30.XSDocument::getFields

getFields() 方法 public array getFields() {return} array 返回设置的字段键值数组 源码: sdk/php/lib/XSDocument.class.php#L144 (显示) public function getFields(){ return $this->_data;} 获取字段值

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