搜索

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

191.RE: 配置感觉没问题就是搜不到

更新时间:2013-01-04 00:01 t By xzl

检查了应该是服务器问题,用-b inet启动,使用外部sdk去读取就可以了。

192.XSDatabase::connect

...析, 可能包含: scheme,user,pass,host,path,table,dbname ... 源码: sdk/php/util/XSDataSource.class.php#L428 (显示) abstract public function connect($param); 连接数据库

193.XSFieldMeta::hasIndexMixed

...eturn} bool 若需要返回 true, 不需要则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L385 (显示) public function hasIndexMixed(){ return ($this->flag & self::FLAG_INDEX_MIXED) ? true : false;} 判断当前字段是否需要在混合区索引

194.XSFieldMeta::hasIndexSelf

...eturn} bool 若需要返回 true, 不需要则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L394 (显示) public function hasIndexSelf(){ return ($this->flag & self::FLAG_INDEX_SELF) ? true : false;} 判断当前字段是否需要在字段区索引

195.XSFieldMeta::__toString

__toString() 方法 public string __toString() {return} string 字段名称 源码: sdk/php/lib/XSFieldScheme.class.php#L310 (显示) public function __toString(){ return $this->name;} 将对象转换为字符串

196.RE: 怎么分库才能优化好搜索性能?

发布时间:2011-11-09 00:11 t By hightman

C的SDK也有在规划,但主要定位给WEB用,所以偏向于先开发脚本类的。

197.XSDatabaseDataSource::getCharset

... mixed 如果数据库不支持 UTF-8 转换则返回 false 源码: sdk/php/util/XSDataSource.class.php#L138 (显示) public function getCharset(){ if ($this->db->setUtf8()) { return 'UTF-8'; } return parent::getCharset();} 返回数据库输出字符集

198.XSDatabaseSQLite3::close

close() 方法 public void close() 源码: sdk/php/util/XSDataSource.class.php#L768 (显示) public function close(){ if ($this->obj) { $this->obj->close(); $this->obj = null; }} 关闭数据库

199.XSDocument::afterSubmit

...bmit(XSIndex $index) $index XSIndex 索引操作对象 源码: sdk/php/lib/XSDocument.class.php#L344 (显示) public function afterSubmit($index){ } 重写接口, 在文档成功提交到索引服务器后调用 继承此类进行重写该方法时, 强烈建议要调用 parent::...

200.生成搜索骨架代码测试时报错

更新时间:2011-10-17 09:10 t By mengfanchao

生成搜索骨架代码测试时报错,错误:[XSException] sdk/php/lib/XS.php(2008): Permission denied(C#13)[hr] 管理员看一下,怎么回事啊。第一次用。自己顶一下。

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