搜索

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

11.XSDatabaseMySQL

... if ($this->link) { mysql_close($this->link); $this->link = null; }} 关闭数据库连接 connect() 方法 public void connect(array $param) $param array 连接参数, 包含: user,pass,host,table,dbname ... 源码: sdk/php/util/XSDataSource.class.php#L47...

12.centos下建索引出问题了!

发布时间:2012-09-22 16:09 t By zspoplar

...ay) #1 ../usr/local/xunsearch/sdk/php/lib/XS.php(2027): XSServer->connect(NULL, true) #2 ../usr/local/xunsearch/sdk/php/lib/XS.php(2013): XSServer->open() #3 ../usr/local/xunsearch/sdk/php/lib/XS.php(344): XSServer->__construct(8383) #4 ../usr/local/xunsearch/sdk/php/lib/XS.php(251): XS->getInde...

13.XSDatabaseMySQLI

...se(){ if ($this->obj) { $this->obj->close(); $this->obj = null; }} 关闭数据库连接 connect() 方法 public void connect(array $param) $param array 连接参数, 包含: user,pass,host,table,dbname ... 源码: sdk/php/util/XSDataSource.class.php#L62...

14.XSDatabaseSQLite

... if ($this->link) { sqlite_close($this->link); $this->link = null; }} 关闭数据库 connect() 方法 public void connect(array $param) $param array 连接参数, 包含: path 源码: sdk/php/util/XSDataSource.class.php#L699 (显示) public function conne...

15.XSSearch

...ectedQuery 属性 只读 public array getCorrectedQuery(string $query=NULL) 获取修正后的搜索词列表 通常当某次检索结果数量偏少时, 可以用该函数设计 "你是不是要找: ..." 功能 dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的...

16.XSIndex

...ffer del() 方法 public XSIndex del(mixed $term, string $field=NULL) $term mixed 单个主键或指定字段的索引词, 或多个组成的数组, 编码与 xs 默认字符集一致 $field string 索引词所属的字段名称, 默认不指定则为主键字段 (类型...

17.XSServer

...明细 __construct() 方法 public void __construct(string $conn=NULL, XS $xs=NULL) $conn string 服务端连接参数 $xs XS 需要捆绑的 xs 对象 源码: sdk/php/lib/XSServer.class.php#L143 (显示) public function __construct($conn = null, $xs = null){ $this->...

18.Demo遇险记:今天碰到的错误,5576段错误莫名被解决

更新时间:2011-12-01 22:12 t By 五岳之巅

...106] caught SIGINT, shutdown gracefully 2011-12-01 22:21:07 worker1[5106] NULL connection pointer received, server quit gracefully 2011-12-01 22:21:07 worker1[5106] event server end 2011-12-01 22:21:07 worker1[5106] deinit the thread pool 2011-12-01 22:21:07 worker2[5107] caught SIGINT, shutdown...

19.XSFieldScheme

... addField() 方法 public void addField(mixed $field, array $config=NULL) $field mixed 若类型为 XSFieldMeta 表示要添加的字段对象, 若类型为 string 表示字段名称, 连同 $config 参数一起创建字段对象 $config array 当 $field 参数为 stri...

20.构建搜索语句

...为 `$value`,那么要求 `$value > $from && $value addRange('chrono', null, $to)->search(); // 2. >= $from: 要求结果的时间必须在 2011-1-1 之后,并且包含 2011-1-1 $docs = $search->setQuery('杭州')->addRange('chrono', $from, null)->search(); // 3. > $from && setQuery('杭州')...

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