massive/search-bundle
最新稳定版本:2.9.6
Composer 安装命令:
composer require massive/search-bundle
包简介
Massive Search Bundle
README 文档
README
The purpose of this bundle is to provide flexible site search functionality.
This means it provides a way to index objects (for example Doctrine entities) and then to search for them using a query string.
This bundle provides:
- Choice of search backends (ZendSearch, Elastic Search)
- Localization
- Doctrine ORM integration
- Lots of extension points
By default it is configured to use the Zend Lucene library, which must be
installed (see the suggests and require-dev sections in composer.json.
NOTE: This bundle is under developmenet and is not yet stable.
Installation
You can install the MassiveSearchBundle by adding it to composer.json:
composer require massive/search-bundle
And then include it in your AppKernel:
class AppKernel { public function registerBundles() { return array( // ... new \Massive\Bundle\SearchBundle\MassiveSearchBundle(), ); } }
You will also need to include a search library. The search libraries are
listed in the suggests section of composer.json, and exact package
versions can also be found in the require-dev section (as all the libraries are tested).
Documentation
See the official documentation.
统计信息
- 总下载量: 1.35M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 74
- 点击次数: 0
- 依赖项目数: 20
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-22