搜索

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

261.RE: 请问下xunsearch搜索时能不能返回所有搜索记录,而不是根据偏移量返回

发布时间:2014-12-11 16:12 t By intsig

需要修改源码,就是这个宏MAX_SEARCH_RESULT

262.最新的主要变动

...的 NODB(S#506) 错误提示 - 新增获取文档匹配词表的接口 [XSSearch::setRequireMatchedTerm] 版本 1.4.7 (2013-7-30) ---------------------- - 优化安装脚本,请使用 --help 查看 - 采用 Yii2 的代码标准格式化 php-sdk 代码 - 改进搜索结果排序支持更复杂排...

263.XSSearch::getSynonyms

...录数组, 不存在同义词则返回空数组 源码: sdk/php/lib/XSSearch.class.php#L187 (显示) public function getSynonyms($term){ $term = strval($term); if (strlen($term) === 0) { return false; } $cmd = array('cmd' => XS_CMD_SEARCH_GET_SYNONYMS, 'arg1' => 2, 'buf' => $...

264.RE: 我想调出最近用户搜索的关键词,有没有记录?

发布时间:2012-02-20 16:02 t By hightman

1.没有记录,不能直接调,系统只记录了一部分干净的词用于统计热门搜索、拼音建议 2.search.log是一个交换文件,系统定时取走更新入 log_db,不必理它。

265.RE: scws 词库与dict_user.txt文件有什么关系?

发布时间:2012-04-19 14:04 t By 290977824@qq.com

问题是,我在现存的词上创建同义词,也不是无效的!!!不得不采用index search 的or 语法

266.RE: 搜索蜘蛛来抓取,导致搜索日志不正常,热门搜索一直是不相关的内容

发布时间:2012-03-09 12:03 t By jatwxf

search.php中的哪一段是用来记录索引日志的?

267.[HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-19 09:10 t By vist2007

...t project.default_charset = utf-8 server.index = 10.1.20.51:8383 server.search = 10.1.20.51:8384 [id] type = id [title] type = string [content] type = string [date] type = numeric 服务器和sdk分开部署 添加文档代码 但是我运行

268.XSSearch::setCutOff

setCutOff() 方法 public XSSearch setCutOff(int $percent, float $weight=0) $percent int 剔除匹配百分比低于此值的文档, 值范围 0-100 $weight float 剔除权重低于此值的文档, 值范围 0.1-25.5, 0 表示不剔除 {return} XSSearch 返回对象本...

269.RE: 在php cli 下测试自定义字典的更新问题

发布时间:2010-10-13 10:10 t By 逆雪寒

[code][/code] 加了。不过出现 [root@beihai365 365search]# php test.php dict content: 哦你呀 武不只 我是谁 精武英雄 1.0 1.0 tq ------- Array ( [0] => Array ( [word] => 精武英雄 [off] => 0 [len] =>...

270.为什么同一个库,结果却不同

更新时间:2012-07-03 11:07 t By wjliuleidian

... project.default_charset = utf-8 server.index = 10.19.90.96:8383 server.search = 10.19.90.96:8384 我本地和测试机用的都是96上的库,代码写好了,生成索引库,然后访问,我本地所有数据都能出来,可是96测试机上只有ID和SUBJECT能出来,其他都...

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