搜索

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

1.Xunsearch SDK for PHP

...通过 [composer](https://getcomposer.org) 安装。我们的包名称为 `hightman/xunsearch`,内含全部 PHP-SDK 的库文件,还包括支持 Yii 的扩展类。 ### 安装 和绝大多数 composer 一样,你可以通过以下两种方法中的任意一种安装。 可以直接运行 `...

2.XS 项目

...** 类型为 [XSSearch],比如用下面代码可以快速检索包含 `hightman` 的结果 ~~~ [php] $docs = $xs->search->search('hightman'); print_r($docs); ~~~ $Id$

3.XSException 异常

...S.php'; try { $xs = new XS('demo'); $docs = $xs->search->setQuery('hightman')->setLimit(5)->search(); foreach ($docs as $doc) { echo $doc->rank() . ". " . $doc->subject . " [" . $doc->percent() . "%]\n"; echo $doc->message . "\n"; } } catch (XSException $e) { ec...

4.安装

...通过以下方式之一取得源代码: ~~~ git clone git://github.com/hightman/xunsearch.git git clone https://github.com/hightman/xunsearch.git ~~~ 如果要编译安装这份源代码,您还必须在主机环境上安装相关的 autoconf, automake 工具,然后运行 下面指令完成...

5.最新的主要变动

...版本的完整修改日志,请查看 [git commits](https://github.com/hightman/xunsearch/commits/1.1.0) [1]: https://github.com/hightman/xunsearch/commits [2]: http://www.xunsearch.com/scws/ [3]: http://bbs.xunsearch.com/showthread.php?tid=749&pid=1556 $Id$

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