getDbTotal() 方法 public int getDbTotal() {return} int 数据总量 源码: sdk/php/lib/XSSearch.class.php#L659 (显示) public function getDbTotal(){ $cmd = new XSCommand(XS_CMD_SEARCH_DB_TOTAL); $res = $this->execCommand($cmd, XS_CMD_OK_DB_TOTAL); $tmp = unpack('Itot...
dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量
...== 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() 获取...