simplethings/solr-bundle
最新稳定版本:1.0.1
Composer 安装命令:
composer require simplethings/solr-bundle
包简介
Solr Bundle
README 文档
README
Installing
$ composer require simplethings/solr-bundle
public function registerBundles() { // ... new Nelmio\SolariumBundle\NelmioSolariumBundle(), new SimpleThings\Bundle\SolrBundle\SimpleThingsSolrBundle(), // ... }
Configuration
app/config/config.yml
simple_things_solr: config_files: - prefix: Acme\Bundle\AcmeBundle\Entity path: "%kernel.root_dir%/../src/Acme/Bundle/AcmeBundle/Resources/config/solr"
src/Acme/Bundle/AcmeBundle/Resources/config/solr/Blog.yml
Acme\Bundle\AcmeBundle\Entity\Blog: type: document fields: id: id name: type: text copy: - fulltext text: type: textSpell copy: - fulltext fulltext: type: textSpell mapped: false multiValued: true
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-07