tomfun/brander-elastica-skeleton
最新稳定版本:v1.0.1
Composer 安装命令:
composer require tomfun/brander-elastica-skeleton
包简介
helps to create query for elastic search friendsofsymfony/elastica-bundle
README 文档
README
- example of elastica usage
- example of elastica post query 1
- example of elastica post query 2
- example of elastica post query 3
Configurations:
# app/config/config.yml doctrine_cache: aliases: brander.bundle.elasticaskeleton.cache_storage: my_apc_cache # or other providers: my_apc_cache: type: apc # or other cacher namespace: my_apc_cache_ns # namespace: "%kernel.root_dir%/%kernel.environment%/%assets_version%"
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(), new \Brander\Bundle\ElasticaSkeletonBundle\BranderElasticaSkeletonBundle(), ); // ... } // ... }
This just doctrine cache bundle configuration BranderElasticaSkeletonBundle require some cache adapter by alias brander.bundle.elasticaskeleton.cache_storage
Example of list service (wrapper over fos elastica finder)
# services.yml services: my_bundle.elastica_list.entity: class: Iwin\Bundle\UserBundle\Entity\Query\UserElasticaList parent: brander.bundle.elasticaskeleton.list # elastica skeleton abstract arguments: - @fos_elastica.finder.iwin_user.user # fos elastica finder
统计信息
- 总下载量: 486
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-04