Questions tagged [foselasticabundle]

FOSElasticaBundle - Elasticsearch PHP integration for your Symfony2 project using Elastica.

Elasticsearch client is comparable to a database connection. Most of the time, you will need only one.

Elastica can handle objects instead of data arrays if a serializer callable is configured

Elasticsearch index is comparable to Doctrine entity manager. Most of the time, you will need only one.

Elasticsearch type is comparable to Doctrine entity repository.

If you are using the JMSSerializerBundle for serializing objects passed to elastica you can define serializer groups per type.

241 questions
-3
votes
1 answer

Use YAML variables to name keys

I need to use a YAML variable to name a YAML key. I've tried this, but yaml validator complains that its not valid YAML #Elastic search configuration variable_key: &variable_key_name vodacom_salimdev_local fos_elastica: clients: default: …
salimsaid
  • 3,186
  • 4
  • 15
  • 20
1 2 3
16
17