搜索

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

11.XSSearch::getCorrectedQuery

getCorrectedQuery() 方法 public array getCorrectedQuery(string $query=NULL) $query string 需要展开的前缀, 可为拼音、英文、中文 {return} array 返回搜索词组成的数组 源码: sdk/php/lib/XSSearch.class.php#L795 (显示) public function getCorrecte...

12.XSDatabaseSQLite3::query

query() 方法 public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L781 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === fa...

13.XSSearch::getRelatedQuery

getRelatedQuery() 方法 public array getRelatedQuery(string $query=NULL, int $limit=6) $query string 搜索语句, 若传入 null 使用默认语句 $limit int 需要返回的相关搜索数量上限, 默认为 6, 最大值为 20 {return} array 返回搜索词组成...

14.XSSearch::count

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

15.XSSearch::setQuery

setQuery() 方法 public XSSearch setQuery(string $query) $query string 搜索语句, 设为 null 则清空搜索语句, 最大长度为 80 字节 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L227 (显示) public functio...

16.XSSearch::getQuery

getQuery() 方法 public string getQuery(string $query=NULL) $query string 搜索语句, 若传入 null 使用默认语句 {return} string 返回解析后的搜索语句 源码: sdk/php/lib/XSSearch.class.php#L204 (显示) public function getQuery($query = null){ $quer...

17.XSDatabasePgSQL

XSDatabasePgSQL All Packages | 方法(函数) 包 XS.util.db 继承关系 class XSDatabasePgSQL » XSDatabase 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php 面向对象的 PostgreSQL 扩展 Public 方法 隐去继承来的方法 ...

18.多个addRange后getLastCount有问题

更新时间:2013-12-16 19:12 t By xilin

例如: $query = $xs->search->setQuery($keyword); if ($c1) { $query->addRange('c1',$c1,$c2); } if ($d1) { $query->addRange('d1',$d1,$d2); } $query->setMultiSort($sorts); $rs = $query->setLimit($perPage,$start)->search(); $count = $xs->search->getLastCount(); 这时$count不准确,我看过论坛...

19.XSDatabase

XSDatabase All Packages | 方法(函数) 包 XS.util.db 继承关系 abstract class XSDatabase 子类 XSDatabaseMySQL, XSDatabaseMySQLI, XSDatabasePDO, XSDatabasePgSQL, XSDatabaseSQLite, XSDatabaseSQLite3 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.p...

20.XSSearch

XSSearch All Packages | 属性 | 方法(函数) 包 XS 继承关系 class XSSearch » XSServer » XSComponent 版本 1.0.0 源代码 sdk/php/lib/XSSearch.class.php XS 搜索类, 执行搜索功能 有部分方法支持串接操作 $xs->search->setQuery($str)->se...

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