name 属性 public string $name; 字段名称 理论上支持各种可视字符, 推荐字符范围:[0-9A-Za-z-_], 长度控制在 1~32 字节为宜
correctedQuery 属性 只读 public array getCorrectedQuery(string $query=NULL) 获取修正后的搜索词列表 通常当某次检索结果数量偏少时, 可以用该函数设计 "你是不是要找: ..." 功能
facets 属性 (自版本 v1.1.0 起可用) public array getFacets(string $field=NULL)public XSSearch setFacets(mixed $field, bool $exact=false) 读取最近一次分面搜索记数 必须在某一次 search 之后调用本函数才有意义
hotQuery 属性 只读 public array getHotQuery(int $limit=6, string $type='total') 获取热门搜索词列表
relatedQuery 属性 只读 public array getRelatedQuery(string $query=NULL, int $limit=6) 获取相关搜索词列表
connString 属性 只读 public string getConnString() 连接字符串
限制是按字节来的,不是按字符数量啊。 /** * max length of query string for CMD_QUERY_ */ #define MAX_QUERY_LENGTH 80
烦请仔细看上面所说的章节啊!!!什么时候用 numeric? [type] [color=red]type = string[/color] index = self
date 只能是 Ymd 到天。 这样肯定不会影响精度,如果到毫秒就不行了。 最终我只能增加一个string类型的date字段,专门用来取得时间戳
奇怪了,ini文件新添了一个字段 [num_ask] type = string 服务也重启了,索引库也更新成功了,就是没有这个字段的值,明明写入的时候是有这个字段,还有值的。怎么就是不出现num_ask这个字段[hr] 已解决~!