搜索

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

161.XSFieldMeta.name

name 属性 public string $name; 字段名称 理论上支持各种可视字符, 推荐字符范围:[0-9A-Za-z-_], 长度控制在 1~32 字节为宜

162.XSSearch.correctedQuery

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

163.XSSearch.facets

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

164.XSSearch.hotQuery

hotQuery 属性 只读 public array getHotQuery(int $limit=6, string $type='total') 获取热门搜索词列表

165.XSSearch.relatedQuery

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

166.XSServer.connString

connString 属性 只读 public string getConnString() 连接字符串

167.RE: 布尔搜索问题

发布时间:2012-01-12 14:01 t By hightman

限制是按字节来的,不是按字符数量啊。 /** * max length of query string for CMD_QUERY_ */ #define MAX_QUERY_LENGTH 80

168.RE: 如何按分类搜索啊

发布时间:2012-02-21 15:02 t By hightman

烦请仔细看上面所说的章节啊!!!什么时候用 numeric? [type] [color=red]type = string[/color] index = self

169.RE: 需要取得日期的数值

发布时间:2013-06-26 18:06 t By sambohuang

date 只能是 Ymd 到天。 这样肯定不会影响精度,如果到毫秒就不行了。 最终我只能增加一个string类型的date字段,专门用来取得时间戳

170.ini文件配置

更新时间:2013-11-21 14:11 t By wjliuleidian

奇怪了,ini文件新添了一个字段 [num_ask] type = string 服务也重启了,索引库也更新成功了,就是没有这个字段的值,明明写入的时候是有这个字段,还有值的。怎么就是不出现num_ask这个字段[hr] 已解决~!

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