Questions tagged [foselasticabundle]

FOSElasticaBundle is the perfect solution for seamlessly integrating Elasticsearch with your Symfony2 project using the powerful Elastica PHP library.

Symfony ElasticaBundle event listener and method for building queries

I want to upload leads in elastic only when their status is approved. Here is my mapping: persistence: driver: orm model: ArtelProfileBundleEntityLead provider: query_builder_method: createIsActiveQueryBuilder listener: ~ fi ...

Elasticsearch FOS Integration: Error with ElasticsearchIllegalArgumentException

In my Symfony2 / Doctrine 2 application, I encounter an issue when attempting to run `fos:elastica:populate`: [ElasticaExceptionBulkResponseException] Error in one or more bulk request actions: index: /foodmeup/offer/4 caused MapperParsingExc ...