搜索

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

1.XSSearch::addWeight

...Weight(string $field, string $term, float $weight=1) $field string 索引词所属的字段 $term string 索引词 $weight float 权重计算缩放比例 {return} XSSearch 返回对象本身以支持串接操作 源码: sdk/php/lib/XSSearch.class.php#L386 (显示)...

2.XSSearch::setDocOrder

... $type); $this->execCommand($cmd); return $this;} 设置结果按索引入库先后排序 注意, 此项排序不影响相关排序, 权重高的仍会在前面, 主要适合用于布尔检索

3.XSSearch::addQueryTerm

... $field, string $term, int $addOp=0, float $scale=1) $field string 索引词所属的字段, 若为混合区词汇可设为 null 或 body 型的字段名 $term string 索引词 (强制转为小写) $addOp int 与旧语句的结合操作符, 如果无旧语句或为空则这...

4.XSFieldMeta

...义分词器 XSFieldMeta hasIndex() 判断当前字段是否需要索引 XSFieldMeta hasIndexMixed() 判断当前字段是否需要在混合区索引 XSFieldMeta hasIndexSelf() 判断当前字段是否需要在字段区索引 XSFieldMeta isBoolIndex() 判断当前字...

5.XSSearch

...索日志关键词到缓冲区里 XSSearch addWeight() 添加权重索引词 XSSearch close() 关闭连接 XSServer count() 估算搜索语句的匹配数据量 XSSearch execCommand() 执行服务端指令并获取返回值 XSServer getAllSynonyms() 获取当...

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