cutlen 属性 public int $cutlen; 剪取长度 (单位:字节) 用于在返回搜索结果自动剪取较长内容的字段, 默认为 0表示不截取, body 型字段默认为 300 字节
correctedQuery 属性 只读 public array getCorrectedQuery(string $query=NULL) 获取修正后的搜索词列表 通常当某次检索结果数量偏少时, 可以用该函数设计 "你是不是要找: ..." 功能
dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量
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') 获取热门搜索词列表
lastCount 属性 只读 public int getLastCount() 获取最近那次搜索的匹配总数估值
query 属性 public string getQuery(string $query=NULL)public XSSearch setQuery(string $query) 获取解析后的搜索语句
relatedQuery 属性 只读 public array getRelatedQuery(string $query=NULL, int $limit=6) 获取相关搜索词列表