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

It would be nice if we would introduce some sort of "mapping migration" where an index' mapping could be updated from the current configuration, similar to how Doctrine allows migrating...

Hi guys, Could you please add support for config clients with DSN? https://github.com/ruflin/Elastica/blob/7.x/src/Client.php#L74 Currently, it is only supported for config from an array.

In the [docs](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/doctrine-queue-listener.md) we have option to use `enqueue/fs` with Doctrine events to trigger async/non blocking operations (insert/update/remove). As we currently have option to use [Messenger](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/src/Message/Handler/AsyncPersistPageHandler.php) out of the box...

If an Elastica exception was thrown upon request, then make the request visible that caused it (on verbose console or in your logs), then rethrow the exception. Example with corrupted...

instead of `list`, should be `array` ![image](https://github.com/FriendsOfSymfony/FOSElasticaBundle/assets/1244112/b9feea26-a20f-41f0-8b4b-e296b5e65007)

Hello! I have an issue connected with searching the entire index from [docs](https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/usage.md#searching-the-entire-index) I got the following error using DI in my service: `The service "fos_elastica.finder.app" has a dependency on...

The `normalizeValue` function in `ModelToElasticaAutoTransformer` serializes a `DateTimeInterface` value into the format string ´c` aka [ISO 8601](https://www.php.net/manual/en/datetime.format.php). This can lead to a loss of precision - the `date_format` of Elasticsearch...

i have a index from other system. Now, i want to query from that index, but i got a error message when i ignore persistence drive. i'm using ^5.2 version.

Hi everyone, I'm currently trying to use the[ constant_keyword type](https://www.elastic.co/guide/en/elasticsearch/reference/current/tune-for-search-speed.html#faster-filtering-with-constant-keyword) to split my index by country. I'm using `v6.1.0` of FOSElasticaBundle Here is an example of my indexe's declaration in...

If you have the same entity bound to couple different indices, it makes sense for the transformation to be index-specific (for example, having `index_en` and `index_de`, loading proper locale in...