搜索

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

1.XSSearch::getDbTotal

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...

2.XSSearch.dbTotal

dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量

3.XSSearch::getCorrectedQuery

...== 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; ...

4.XSSearch

... getCorrectedQuery() 获取修正后的搜索词列表 XSSearch getDbTotal() 获取搜索数据库内的数据总量 XSSearch getExpandedQuery() 获取展开的搜索词列表 XSSearch getFacets() 读取最近一次分面搜索记数 XSSearch getHotQuery() 获取...

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