https://github.com/tomfun/branderelasticaskeletonbundle
symfony 2 bundle for simple elasticsearch query
https://github.com/tomfun/branderelasticaskeletonbundle
Last synced: 4 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T13:58:33.000Z (over 8 years ago)
- Last Synced: 2025-01-24T15:27:25.312Z (6 months 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