搜索

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

1.addWeight提权的问题 提不上去

更新时间:2013-08-22 13:08 t By beike228

...[_meta:XSDocument:private] => Array ( [docid] => 9509 [rank] => 1 [ccount] => 0 [percent] => 50 [weight] => 7.0688500404358 ) ) [1] => XSDocument Object ...

2.更新索引后,搜索结果中出现空数据文档

发布时间:2012-11-09 16:11 t By stars_and_moon

... [_meta:private] => Array ( [docid] => 111587 [rank] => 1 [ccount] => 0 [percent] => 75 [weight] => 2.3821949958801 ) ) [1] => XSDocume...

3.XSSearch::setDocOrder

...) public function setDocOrder($asc = false){ $type = XS_CMD_SORT_TYPE_DOCID | ($asc ? XS_CMD_SORT_FLAG_ASCENDING : 0); $cmd = new XSCommand(XS_CMD_SEARCH_SET_SORT, $type); $this->execCommand($cmd); return $this;} 设置结果按索引入库先后排序 注意, 此项排序不影响...

4.XSDocument::__call

...术方法 __call 实现以函数调用访问搜索结果元数据, 支持: docid, rank, percent, weight, ccount

5.XSDocument 文档

...外,还支持以下魔术方法来访问搜索结果的元数据: - `docid()` 取得搜索结果文档的 docid 值 (实际数据库内的 id,一般用不到) - `rank()` 取得搜索结果文档的序号值 (第X条结果) - `percent()` 取得搜索结果文档的匹配百分比 (结果匹配...

6.搜索结果正常,但json_encode结果之后就为空了

更新时间:2014-08-26 10:08 t By Leric

...meta:XSDocument:private] => Array ( [docid] => 865 [rank] => 6 [ccount] => 0 [percent] => 97 [weight] => 7.2940921783447 ) ) ) json_encode之后就...

7.搜索出来的数字型怎么成了这样的乱码

更新时间:2012-02-24 11:02 t By zl8522115

... [_meta:private] => Array ( [docid] => 1 [rank] => 1 [ccount] => 0 [percent] => 100 [weight] => 0 ) ) [1] => XSDocument Object [/code]...

8.Xunsearch SDK for PHP

... `XSDocument` 相关用法。 ```php $model = Demo::findOne(321); $model->docid(); //Xapian数据 ID $model->rank(); //序号 $model->percent(); //匹配百分比 $model->ccount(); //折叠数量,须在 XSSearch::setCollapse() 指定后才有效 $model->matched(); //获得匹配词汇 ``` Active...

9.XSDocument

...术方法 __call 实现以函数调用访问搜索结果元数据, 支持: docid, rank, percent, weight, ccount __construct() 方法 public void __construct(mixed $p=NULL, string $d=NULL) $p mixed 字符串表示索引文档的编码或搜索结果文档的 meta 数据, 数组则...

10.XSSearch

...) public function setDocOrder($asc = false){ $type = XS_CMD_SORT_TYPE_DOCID | ($asc ? XS_CMD_SORT_FLAG_ASCENDING : 0); $cmd = new XSCommand(XS_CMD_SEARCH_SET_SORT, $type); $this->execCommand($cmd); return $this;} 设置结果按索引入库先后排序 注意, 此项排序不影响...

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