Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 other

providers:
my_apc_cache:
type: apc # or other cacher
namespace: my_apc_cache_ns
# namespace: "%kernel.root_dir%/%kernel.environment%/%assets_version%"
```

```php