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 an issue with FOSElasticaBundle, with emptying / removing attributes in elasticsearch. I'm running: ``` friendsofsymfony/elastica-bundle v5.0.3 ruflin/elastica v6.1.1 jms/serializer-bundle v3.2.0 jms/serializer v2.3.0 symfony v4.2.7 elasticsearch v6.7.1 ```...

Hi! How can i remove from indexing data that not published yet on symfony 4?(pubdate less than now) Nothing found in documentation ``` //fos_elastica.yaml fos_elastica: clients: default: { host: 127.0.0.1,...

Hi, I'm wondering if the `timeout` option is also used for the AWS request signing, or if that happens before the timeout period starts. Reason being we ran into some...

Hi! I have the problem for using custom repository with this bundle how can i say Product entity using custom repository for elastic and using doctrine ORM i try with...

Hello, For example i launch query on object "USER" and user contain name, firstname, password(crypted). The result of elasticsearch is good, but i get my object with all field. I...

Hello, I am using ES 5.2.2 with ingest attachment plugin and I am trying to search through doc/pdf files. Sending a file to index/documents/test?pipeline=attachment creates ``` "data": "e1xydGYxXGFuc2kNCkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0DQpccGFyIH0=", "attachment": {...

Thanks for your bundle! It is very cool! Is it possible to set _cluster/settings for the 'fos_elastica.yaml'. I need to change this values: `PUT _cluster/settings { "transient": { "cluster.routing.allocation.disk.watermark.low": "100gb",...

Hi this is my controller: ``` public function index(Request $request, PaginatorInterface $paginator): Response { /** @var EntityManager $em */ $em = $this->getDoctrine()->getManager(); $searchQuery = $request->query->get('filter'); /** @var TransformedPaginatorAdapter $results */...

I might be going slightly mad, but I cannot find any simple way to disable the persistence functionality completely. I have two applications. App 1 - Uses this bundle to...

Hello, I'm trying to improve the speed of populate, Have installed the bundle and the file system transport. Now trying to configure it... In your documentation you are saying >...