搜索

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

621.XSFieldMeta.cutlen

cutlen 属性 public int $cutlen; 剪取长度 (单位:字节) 用于在返回搜索结果自动剪取较长内容的字段, 默认为 0表示不截取, body 型字段默认为 300 字节

622.XSSearch.correctedQuery

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

623.XSSearch.dbTotal

dbTotal 属性 只读 public int getDbTotal() 获取搜索数据库内的数据总量

624.XSSearch.facets

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

625.XSSearch.hotQuery

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

626.XSSearch.lastCount

lastCount 属性 只读 public int getLastCount() 获取最近那次搜索的匹配总数估值

627.XSSearch.query

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

628.XSSearch.relatedQuery

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

629.RE: Hello world!

发布时间:2011-09-16 21:09 t By tisswb

恭喜,偶然间发现迅搜,正好最近正在做一个站内搜索的项目,来借鉴经验,取取经~

630.RE: Facets功能会加吗?

发布时间:2011-10-20 13:10 t By hightman

分面搜索目前已开发完毕并初步测试,预计在 1.1.0 中正式加入。

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