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

## Scenario The config below with the value `ELASTICSEARCH_URL=http://elasticsearch:9200` will result in the `Malformed URL` exception. But it will be valid for the `ELASTICSEARCH_URL=http://elasticsearch:9200/` value. It seems like a bad...

Hey guys. Nice job with the Symfony Messenger integration , works well , but I'm having an issue with aliases. When I'm running the `populate` job I've got downtime (empty...

Hello, we don't have the same connection strategy depending on if we are in production server or in staging/preprod: in prod we have multiple connections, with a RoundRobin strategy and...

It's well know that limit/offset is performing bad (at least for SQL/MySQL) as soon OFFSET is getting closed to the end. There is one technique to use SELECT by RANGE...

Hi When you trying to use env variable in ![image](https://user-images.githubusercontent.com/32200830/220337561-1d57cf8f-247e-45dc-bff0-1373906f0bd3.png) If you want to use env variables you have to provide url with the char '/' at the end. If...

Hi, When trying to execute custom QB on model transformer receiving error: Symfony version: 6.0.18 ![image](https://user-images.githubusercontent.com/32200830/220097115-78897024-ac5f-43c6-b72f-5a953edbc3e2.png) ![image](https://user-images.githubusercontent.com/32200830/220272028-8e836eaf-5a5e-40f8-bbef-f90a1a004a9d.png) ![image](https://user-images.githubusercontent.com/32200830/220097266-9dfe774f-df02-4d9b-8532-a67d171ee846.png)

Hi, first up, thanks for creating and maintaining such a wonderful piece of software! I use the Doctrine ORM driver for my project in combination with Version 6.2.0 of this...

Hi, first of all thank you so much for providing this awesome package! It made integrating our service with elastic a breeze! However, at the moment I am looking for...

Elastica 8 stable is available: https://github.com/ruflin/Elastica/releases/tag/8.0.0 FOSElasticaBundle could now use this Elastica version 8 to make the bundle compatible with Elasticsearch 8