...>search(); $count2 = $search->getLastCount(); echo $xs->search->getDbTotal().''; echo $count.' count2:'.$count2; 输出结果为:2129 1064 count2:532 从数据库中可以看到的结果为137条,输出是1064及532,不清楚原因,奇怪的现象是count值基本等于总数的...
...== null) { if ($this->_count > 0 && $this->_count > ceil($this->getDbTotal() * 0.001)) { return $ret; } $query = $this->cleanFieldQuery($this->_query); } if (empty($query) || strpos($query, ':') !== false) { return $ret; ...
... getCorrectedQuery() 获取修正后的搜索词列表 XSSearch getDbTotal() 获取搜索数据库内的数据总量 XSSearch getExpandedQuery() 获取展开的搜索词列表 XSSearch getFacets() 读取最近一次分面搜索记数 XSSearch getHotQuery() 获取...