Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomfun/branderelasticaskeletonbundle
symfony 2 bundle for simple elasticsearch query
https://github.com/tomfun/branderelasticaskeletonbundle
Last synced: about 1 month ago
JSON representation
symfony 2 bundle for simple elasticsearch query
- Host: GitHub
- URL: https://github.com/tomfun/branderelasticaskeletonbundle
- Owner: tomfun
- Created: 2015-08-04T11:00:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T13:58:33.000Z (almost 8 years ago)
- Last Synced: 2024-11-24T15:08:00.800Z (about 1 month ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BranderElasticaSkeletonBundle
* **[example of elastica usage](src/queries.md)**
* [example of elastica post query 1](src/example_query1.json)
* [example of elastica post query 2](src/example_query2.json)
* [example of elastica post query 3](src/example_query3.json)
## Configurations:```yaml
# app/config/config.yml
doctrine_cache:
aliases:
brander.bundle.elasticaskeleton.cache_storage: my_apc_cache # or otherproviders:
my_apc_cache:
type: apc # or other cacher
namespace: my_apc_cache_ns
# namespace: "%kernel.root_dir%/%kernel.environment%/%assets_version%"
``````php