搜索

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

1.addRange后count不准确

发布时间:2013-12-19 16:12 t By xilin

...->setQuery(); $search = $xs->search; $search->query = ''; $count = $search->addRange('price',600,1000)->count(); $search->addRange('price',600,1000)->search(); $count2 = $search->getLastCount(); echo $xs->search->getDbTotal().''; echo $count.' count2:'.$count2; ...

2.XSSearch::count

count() 方法 public int count(string $query=NULL) $query string 搜索语句, 若传入 null 使用默认语句, 调用后会还原默认排序方式 如果搜索语句和最近一次 search 语句一样, 请改用 getLastCount 以提升效率 最大长度为 80 字...

3.RE: 关于getLastCountcount区别

发布时间:2012-07-23 15:07 t By 乡下人

如果getLastCountcount都放在search后面,那么他们两获取结果是一样, 如果getLastCount放在search前面,count放在后面,这样LastCount是获取上次一search结果数量,count是本次数量

4.RE: 关于getLastCountcount区别

发布时间:2012-07-23 11:07 t By hightman

具体看说明书吧。 count() 可以传入搜索关键词执行搜索再统计 getLastCount() 必须依赖于最近一次 search()

5.获取搜索匹配数量

...近一次搜索匹配数 ------------------ 通过 [XSSearch::getLastCount] 或 [XSSearch::lastCount] 可以快速获取到最近一次调用 [XSSearch::search] 进行搜索时得到匹配数量。 除非您对搜索结果完全不关心,否则强烈建议用这种方法获取匹配数目...

6.迅搜count统计结果是不是一个bug啊?

发布时间:2014-09-19 13:09 t By dandankele

...条件addRange 5、搜索前统计数量用于分页$total = $search->count(); 6、设置分页$search->setLimit(xxx,xxx); 7、取得结果$docs = $search->search(); 这样一般过程吧,但第5步出来数量貌似不准确啊 然后改成这样 1、实例化得到$xs = new Xs...

7.关于getLastCountcount区别

发布时间:2012-07-20 14:07 t By 乡下人

我在使用时间发现两个每次去数量都是一样,请问这两个有什么区别,谢谢

8.$count = $search->getLastCount(); 结果成了$search->setLimit($limit, $offset);设置

发布时间:2013-05-02 07:05 t By doudang

标题结果 $count = $limit + $offset 搜索内容为: tags:公务员考试 AND tags:论文 AND tags:杂志 AND tags:报纸 AND tags:教材 这时就会出现问题 如果是:tags:公务员考试 AND tags:论文 AND tags:杂志 AND tags:报纸 AND tags:教材 AND 图书 结果就是...

9.RE: addRange后count不准确

发布时间:2014-05-05 16:05 t By yuangu125

这个统计我也是不准,不明白什么原因,数字可能还好,这个中文搜索,精确匹配,就是怪怪

10.RE: addRange后count不准确

发布时间:2014-03-30 01:03 t By fox

我也遇到这样问题,请问怎么解决呢

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