rkmax/sphinx-client
最新稳定版本:1.0.1
Composer 安装命令:
composer require rkmax/sphinx-client
包简介
SphinxClient (SphinxAPI) for PHP5.3 and above to be used with SphinxSearch
README 文档
README
Autoload.php
$loader->registerPrefixes(array(
// ...
'Sphinx' => __DIR__.'/../vendor/sphinx-client',
));
config.yml
services:
buscador:
class: Sphinx\SphinxClient
calls:
- [setArrayResult, [true]]
- [setLimits, [0, 20, 1000]]
*Action.php
$palabras = 'hola que tal';
$search = $this->get('buscador');
$results = $search->Query($palabras, 'nombre_index');
Source: Taken from the sf2 mailing list with some minor fixes
Para mayor información: sphinxsearch
统计信息
- 总下载量: 10.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-23