搜索

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

1.XSSearch::count

...T_TOTAL, 0, $this->_defaultOp, $query); $res = $this->execCommand($cmd, XS_CMD_OK_SEARCH_TOTAL); $ret = unpack('Icount', $res->buf); if ($query === '') { $this->_count = $ret['count']; } return $ret['count'];} 估算搜索语句的匹配数据量

2.XSSearch

...T_TOTAL, 0, $this->_defaultOp, $query); $res = $this->execCommand($cmd, XS_CMD_OK_SEARCH_TOTAL); $ret = unpack('Icount', $res->buf); if ($query === '') { $this->_count = $ret['count']; } return $ret['count'];} 估算搜索语句的匹配数据量 getAllSynonyms() 方法...

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