FOSElasticaBundle
FOSElasticaBundle copied to clipboard
Elasticsearch PHP integration for your Symfony project using Elastica.
If I want to reset an index before populating it (eg when using aliases) and I want to change some settings in it, it's not possible at the moment since...
Hi, By following the documentation on how to create a manual pager provider (https://github.com/leobeal/FOSElasticaBundle/blob/bump-package-versions/doc/cookbook/manual-provider.md), I get an error `No persister was registered for index "index_name"`. On the provider, I am...
Followed the steps here: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/speed-up-populate-command.md I do use symfony/flex and everything seems to be fine apart from this: In ArrayNode.php line 327: Unrecognized option "default" under "enqueue". Available options are...
Dear, I have on entity "Societe" with "Pays" with ManyToMany. When i update a "Societe" the index pays will not update, but it is with the command fos:elastic:populate. I anybody...
While it's possible to get aggregation results in FOSElastica, there currently is no built-in method to transform these results into real models. While this probably can't be implemented with just...
In line 95 in ORMPageProvider ` $pager = new PagerfantaPager(new Pagerfanta(new DoctrineORMAdapter($qb))); ` It produces a really heavy query when populating on large tables (takes about 30 seconds, sometimes more)...
Hello, I have the following config for a index_template ``` fos_elastica: index_templates: base_template: client: default template: "*" types: _doc: dynamic_templates: dynamic_rating_template: path_match: "*rating.*.*.rating" mapping: type: float ``` When I run...
It appears I cannot retrieve the right document total count for a query using fos-elastica-bundle. In my setup, the index holds 40 documents matching the query. The pagerfanta is initiated...
Hello, Let's say, I have a "book" and an "author" entity; Then entity `book` has a `getPublic()` method that that returns "true" if the book is public. In the mapping...
Hi 👋 When I run `bin/console fos:elasticas:populate` I ran into a process terminate. The output is `Killed`: While debugging it shows, that it works fine in `dev` mode on the...