搜索

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

101.XSSearch.facets

facets 属性 (自版本 v1.1.0 起可用) public array getFacets(string $field=NULL)public XSSearch setFacets(mixed $field, bool $exact=false) 读取最近一次分面搜索记数 必须在某一次 search 之后调用本函数才有意义

102.XSSearch.query

query 属性 public string getQuery(string $query=NULL)public XSSearch setQuery(string $query) 获取解析后的搜索语句

103.XSSearch.relatedQuery

relatedQuery 属性 只读 public array getRelatedQuery(string $query=NULL, int $limit=6) 获取相关搜索词列表

104.XSServer::__destruct

__destruct() 方法 public void __destruct() 源码: sdk/php/lib/XSServer.class.php#L154 (显示) public function __destruct(){ $this->xs = null; $this->close();} 析构函数, 关闭连接

105.RE: 建立索引不完整问题

发布时间:2012-03-14 19:03 t By 张十三

已解决,初始化数据的时候赋予null导致了addDocument不成功

106.RE: 建立索引不完整问题

发布时间:2013-06-06 10:06 t By tree_star

array任意一项都不能为null吗?

107.RE: 建立索引不完整问题

发布时间:2013-06-09 13:06 t By hightman

主键不为NULL就可

108.RE: 建立索引不完整问题

发布时间:2013-06-09 13:06 t By hightman

主键不为NULL就可

109.addRange函数

更新时间:2014-08-25 16:08 t By wxpcjrjgcs

以下是手册中关于 addRange 函数参数的解释说明: $from mixed 起始值(不包含), 若设为 null 则相当于匹配 = from (字典顺序) 经测试发现,起始值和结束值都包含,不知道是不是一个bug

110.XSDocument::offsetGet

...string 字段名称 {return} mixed 字段值, 若不存在返回 null 源码: sdk/php/lib/XSDocument.class.php#L298 (显示) public function offsetGet($name){ return $this->__get($name);} ArrayAccess 接口, 取得字段值, 勿直接调用

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