搜索

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

1.完全匹配到搜索内容,为什么没有将完全匹配的结果显示在第一行?

发布时间:2013-02-03 16:02 t By jueying

如题,比如我搜索"全日制日语",搜索后,有标题包含"全日制日语",但是结果为什么没有显示在第一位呢,而是显示后面几位?请问有什么解决的方法?

3.RE: 完全匹配到搜索内容,为什么没有将完全匹配的结果显示在第一行?

发布时间:2013-02-04 11:02 t By hightman

这个排序是综合计算的,这是这样简单的处理。具体你要分析一下为什么后面的会在前面,它的匹配度更高?

4.RE: 如何支持一个字段存储多个内容

发布时间:2012-06-20 12:06 t By hightman

你可以 XSDocument::addIndex 添加索引内容到某个字段 这样搜索结果显示的是“名称A”,但搜索“名称B”一样可以检索到“名称A”

5.Wordpress搜索建立步骤

更新时间:2011-12-29 11:12 t By assad

...容 type = body [post_content_full] //全部内容 cutlen = 300 //显示300个字节 [post_title] //标题 type = title [post_time] //时间YYYYmmdd形式 type = date [post_date_sec] //时间戳 [category] //分类 index = self [category_id //分类ID type = numeric in...

6.XSIndex::getCustomDict

...ng 自定义词库内容 源码: sdk/php/lib/XSIndex.class.php#L484 (显示) public function getCustomDict(){ $res = $this->execCommand(XS_CMD_INDEX_USER_DICT, XS_CMD_OK_INFO); return $res->buf;} 获取自定义词典内容

7.XSCommand

... 最大长度为 255字节 源码: sdk/php/lib/XSServer.class.php#L62 (显示) public function __construct($cmd, $arg1 = 0, $arg2 = 0, $buf = '', $buf1 = ''){ if (is_array($cmd)) { foreach ($cmd as $key => $value) { if ($key === 'arg' || property_exists($this, $key)) { ...

8.XSIndex::setCustomDict

...tring 新的词典内容 源码: sdk/php/lib/XSIndex.class.php#L495 (显示) public function setCustomDict($content){ $cmd = array('cmd' => XS_CMD_INDEX_USER_DICT, 'arg1' => 1, 'buf' => $content); $this->execCommand($cmd, XS_CMD_OK_DICT_SAVED);} 设置自定义词典内容

9.XSDatabasePDO

... public void close() 源码: sdk/php/util/XSDataSource.class.php#L833 (显示) public function close(){ $this->obj = null;} 关闭数据库 connect() 方法 public void connect(array $param) $param array 连接参数, 包含: user, pass ... 源码: sdk/php/util/XSDa...

10.XSDebugFilter

... $cs 源码: sdk/php/util/XSDataSource.class.php#L990 (显示) public function process($data, $cs = false){ echo "\n----- DEBUG DATA INFO -----\n"; print_r($data); return $data;} processDoc() 方法 public void processDoc($doc) $doc 源码: ...

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