FOSElasticaBundle
FOSElasticaBundle copied to clipboard
Elasticsearch PHP integration for your Symfony project using Elastica.
As a first-time contributor to FOSElasticaBundle, I've started working on adding support for Elasticsearch 8. I'm keen to contribute to this important project, and would very much appreciate advice from...
Maybe I'm doing sth wrong :), but ... When using Finder, I can't get suggestions from results. This line of code is getting specifically only results, not suggestions: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/src/Finder/TransformedFinder.php#L117 There...
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\LexikJWTAuthenticationExtension".
Hello, Let's say I'm indexing in ES the fields `A` and `B` in an entity that contains `A`, `B`, `C` and `D`. When I'm updating the field `C` of my...
In my Symfony project, my entity model contains attributes for Doctrine ORM, API Platform, Validator Constraints, and more. Therefor I used the Serializer to populate the indexes of my OpenSearch...
Hi, I've created `UserRepository` and correctly declared repository class in `fos_elastica.yaml` as it is in https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/custom-repositories.md but symfony cannot autowire service. I'm getting error like this: ``` Cannot autowire service...