FOSElasticaBundle
FOSElasticaBundle copied to clipboard
Elasticsearch PHP integration for your Symfony project using Elastica.
in method \Elastica\Aggregation\Filter::toArray invalid conversion. Other keys are ignored such as parameters and meta I think it must be something like this ```php $array = parent::toArray(); $array['filter'] = $this->getParam('filter')->toArray(); ```
A while back the casting of the identifier to object was reworked so that it happened only if the object was not a scalar. (PR: #1357) However when that rework...
I am having issues trying to implement the feature in elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-refresh.html. How can I use this parameter with FOSElasticaBundle?
Hello, I stumbled upon one issue because nested objects are transformed into an empty array instead null before they get into elasticsearch. I want to make this module work along...
This documentation is not comatible with symfony 4 or 5.
Hi! We need to use scroll in our project. I took as a basic code shared by @modstore in [issue](https://github.com/FriendsOfSymfony/FOSElasticaBundle/issues/1546), change a few things, and add tests. SInce @modstore said...
I configured the bundle according to the documentation: ```yaml fos_elastica: clients: default: url: '%env(ELASTICSEARCH_URL)%' indexes: my_existing_index: finder: ~ ``` From a command class, I try to find a document using...
Hi, I'm running into a slight problem with aliases and queues where my website returns empty documents/indexes for 3-8s(time varies) while the queue is processing and once the queue has...
Hi I have below configuration. FOSElasticaBundle : 6.0.0-beta3 Elasticsearch: 7.10.2 ruflin/elastica : ^7.0 i am getting one issue that the relationship record does not updated in my current index. Please...
Not full support for Symfony 5 - FOSElasticaBundle 6 is not compatible with enqueue/elastica-bundle
I am using Symfony 5.1, FOSElasticaBundle 6.0 and Elasticsearch 7.* without any problems, everything works fine. I want to speed up populate command as it is specified in the doc....