搜索

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

71.XSSearch.correctedQuery

correctedQuery 属性 只读 public array getCorrectedQuery(string $query=NULL) 获取修正后的搜索词列表 通常当某次检索结果数量偏少时, 可以用该函数设计 "你是不是要找: ..." 功能

72.XSSearch.relatedQuery

relatedQuery 属性 只读 public array getRelatedQuery(string $query=NULL, int $limit=6) 获取相关搜索词列表

73.RE: 【求助】无法正确搜索结果

发布时间:2012-03-05 10:03 t By hightman

初看上去没有什么错,建议用 util/Quest.php 配合 --show-query 选项来测试,这个比较靠谱。

74.RE: 按字段搜索排序

发布时间:2013-06-08 11:06 t By hightman

--show-query 看吧

75.下划线 被拆分

发布时间:2014-05-29 21:05 t By sean

"1234_7890" 加了双引号搜索还是被拆分 string(70) "Xapian::Query((1234:(pos=1) PHRASE 3 _:(pos=2) PHRASE 3 7890:(pos=3)))"

76.RE: addWeight提权的问题 提不上去

发布时间:2013-08-22 14:08 t By hightman

从打印query看没什么问题,QQ联系我们看看

77.RE: indexer.php 执行报错

更新时间:2012-07-25 14:07 t By bigxu

| MySQL 扩展 | [color=#FF0000]WARNING |[/color] util.Indexer | 用于读取导入 MySQL 的数据库 | 没有mysql扩展,怎么执行query查询呢

78.xunsearch搜索查询时间问题

发布时间:2012-04-11 17:04 t By ttgive

使用xunsearch进行搜索的时候,有的关键字和翻页查询时间最高到11s.我运行的$query都是一些简单基本的语句,请问有什么方法和手段可以来提高查询效率.比如开启缓存模块等等.(ps:服务器都是32g内存 cpu也比较高)

79.RE: addWeight提权的问题 提不上去

发布时间:2013-08-22 14:08 t By beike228

Xapian::Query((疯:(pos=1) AND_MAYBE 10 * GD1))

80.分面功能的search()

发布时间:2012-01-11 09:01 t By ixulf

在SDK中,search函数,在返回代码附近有: if ($query === '') { $this->_count = $tmp['count']; $this->logQuery(); } 的代码,在开启了分面功能时,$tmp对象在获取分面数据时被重置了,运行到上面的代码时,大家都没有出错?(php5.2...

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