gnugat / pomm-search-engine
此包已被废弃,不再维护。未建议替代包。
Pomm Foundation的SearchEngine实现
v0.1.3
2015-12-06 12:44 UTC
Requires
- php: ^5.4.4|^7.0
- gnugat/search-engine: ^0.2
- pomm-project/foundation: ^2.0
Requires (Dev)
- fabpot/php-cs-fixer: ^1.6
- incenteev/composer-parameter-handler: ^2.1
- phpunit/phpunit: ^4.6|^5.0
- symfony/yaml: ^2.2|^3.0
This package is auto-updated.
Last update: 2022-02-01 12:50:29 UTC
README
A Pomm Foundation implementation for SearchEngine.
安装
使用Composer下载SearchEngine
composer require gnugat/pomm-search-engine:^0.1
要获取一个Fetcher
实例,你可以这样做
use Gnugat\PommSearchEngine\Build; $fetcher = Build::fetcher($queryManager);
$queryManager
变量应该是实现了PommProject\Foundation\QueryManager\QueryManagerInterface
接口的一个实例。
进一步文档
请访问官方SearchEngine网站获取更多信息。
进一步文档
你可以使用以下方法查看当前和过去的版本:
- 使用
git tag
命令 - 在Github的发布页面
- 查看不同版本之间的更改的文件列表
你可以在以下链接中找到更多文档: