FOSElasticaBundle icon indicating copy to clipboard operation
FOSElasticaBundle copied to clipboard

Elasticsearch PHP integration for your Symfony project using Elastica.

Results 147 FOSElasticaBundle issues
Sort by recently updated
recently updated
newest added

Hi I have problem with update one field. Elastica not auto-detect changes and I try find how to update changes manual. I have id and uuid, I have new proprety....

Hello, I have an application that indexes multiple entities. Some of the are intented to be indexed using jms serializer, other I would like to be indexed by mapping in...

Hi, I've following this doc to create an index template: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/templates.md#index-templates It gives `template: some_index_*` as an example pattern and refers to the official documentation: https://www.elastic.co/guide/en/elasticsearch/reference/6.6/indices-templates.html#indices-templates But in the official...

Hi, I am not using the default client but using my own defined one `main` ![Capture d’écran 2022-04-04 à 15 12 19](https://user-images.githubusercontent.com/96670/161551221-25107bce-0d82-4865-9ae3-81d745ec20f7.jpg) ![Capture d’écran 2022-04-04 à 15 14 58](https://user-images.githubusercontent.com/96670/161551768-21b55648-a941-4a68-afdf-cf17db19aedb.jpg) How...

HI ! thanks for this incredible bundle ! - Is version 5.x compatible with PHP8 ? - if not, is it planned to do what is needed to add compatibility...

HI, After setup [Speed up populate command with AWS SQS](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/speed-up-populate-command-sqs.md) and execute `php bin/console fos:elastica:populate --pager-persister=queue` Argument 1 passed to "Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch()" must be an instance of "Symfony\Component\EventDispatcher\Event", "FOS\ElasticaBundle\Persister\Event\PrePersistEvent" given.

Hi, Is it possible to use the AsyncPersistPage instead of the default listener ? I have checked : https://github.com/FriendsOfSymfony/FOSElasticaBundle/issues/1729 I managed to make it worked for the populate command but...

I am trying to connect to an AWS Elasticsearch domain using FOSElasticaBundle (version v6.0.0-beta4). After reading the documentation and the related questions here, I could find some examples and configuration...

Fix to this deprecated message : Using "knp_paginator.subscriber" tag is deprecated, use "kernel.event_subscriber" instead Please have a look at this : https://github.com/KnpLabs/KnpPaginatorBundle/issues/731