Florian Semm
Florian Semm
@gadelkareem to fix your issue you can set default-constructor parameters: ```public function __construct($title = '', $url = '')``` But your are right. It is a good idea to remove the...
I am working on it
the [lastest release](https://github.com/floriansemm/SolrBundle/tree/v1.6.5) includes some refactorings which solves your issue
Yes. I have tested locally with a similar configuration: ```xml Acme\DemoBundle\Entity\Post ```
The solarium client supports [nested documents](https://github.com/solariumphp/solarium/pull/452) but is not yet implemented in this bundle
What Symfony version do you use?
sure! where is your pull-request? ;)
if you want a higher version of the solarium client just run: `composer require solarium/solarium:^3.8`
Well, my bundle requires version 3.6 and you need version 3.8, so we speak here about a project-specific dependency. The next release contains a nested-document feature which requires the version...
version 3.8 does not contain critical changes and I have not notice strange behavior with my local setup. So everything should work well.