搜索

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

21.搜索建议和纠错

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

22.出现大量IO timeout

更新时间:2012-05-12 19:05 t By yunxiaoad2

重启前的报错情况:(仅片段,一分钟数次) ......... 2012-05-12 15:47:35 worker3[4374] [sock:265] quit, IO timeout (TIMEOUT:5) 2012-05-12 15:47:43 worker2[4387] [sock:217] quit, IO timeout (TIMEOUT:5) 2012-05-12 15:47:56 worker2[4387] [sock:217] quit, IO timeout (TIMEOUT:5) ...

23.Indexer 导入数据和 mysql查询结果不一致, why??

更新时间:2013-09-25 13:09 t By airowner

...829 | 8 | | 797,822,830,825,823,804,817,819,820,801,800,836,829,831 | 9 | | 797,822,851,825,823,820,804,817,801,802,800,829 | 10 | | 797,822,844,851,827,804,817,801,800,837,832,834 | 11 | | ...

24.获取搜索结果

...15); // 设置返回结果为 5 条,但要先跳过 15 条,即第 16~20 条。 ~~~ 设置排序方式 ----------- 默认情况,搜索结果根据内部算法计算相关度进行排序,采用著名的 `BM25` 算法,这在信息检索概率模型中表现 非常优秀,通常只要使...

25.scws-0.0.1-pre有内存泄露(问题确认,已解决)

发布时间:2007-11-27 00:11 t By mfd

..." ==30624== Memcheck, a memory error detector. ==30624== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==30624== Using LibVEX rev 1658, a library for dynamic binary translation. ==30624== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP. ==30624== Using valgrind-3.2.1-...

26.XSSearch

...t int 需要返回的搜索词数量上限, 默认为 10, 最大值为 20 {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L755 (显示) public function getExpandedQuery($query, $limit = 10){ $ret = array(); $limit = max(1, min(20, intval($l...

27.[2013] SCWS-1.2.2 发布,BSD协议、支持自定义词库、PHP5.4

更新时间:2013-07-11 21:07 t By hightman

2010年,scws 加上了翘首以盼的删减词库功能,该功能通过变通的办法解决,并非直接修改核心词库。下面详细介绍一下 scws-1.1.x 的更新日志及用法举例(示例以PHP扩展语言为例)。 最新版下载地址:[url]http://www.xunsearch.com/scws/do...

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