NelmioSolariumBundle
NelmioSolariumBundle copied to clipboard
Automatic persistence ?
Hi,
The question is simple : is there any way to persist an object into solr automatically ?
Something like annotations or even something in the configs files ?
And if not : are there any plan to make it ?
This bundle currently does not do such a thing, but such contributions would be welcome. Maybe see how the FOQElasticaBundle is doing it to allow interop or easy switching between the two.
There is also another bundle that sys that it can do this: https://github.com/floriansemm/SolrBundle Note that I have not used it though, so I cannot comment on its stability.
Interesting, I wasn't aware of that one yet. It uses the solr pecl extension instead of solarium, so quite a different approach. But if it already does all that, it may be a better solution for you.
Actually I started using FOQElasticaBundle after reading some reviews and stuff it seems like ElasticaSearch is better :)
Closing this one after almost 11 years. Seems there is not much interest around adding this into the Bundle.