Upgrade problem using SOLR

Hey,

In an attempt to update to the latest version, we noticed the support for SOLR was suddenly removed.
Any thoughts on how to work around this sudden removal?

Kind regards,
Joost Oudeman

Hi Joost,
I think a quick solution is to fork the solr-client and solr-content-beans modules at [1] into your code base.

HTH
Jeroen

[1] https://github.com/bloomreach/brxm/tree/brxm-14.2.2/site-toolkit

Or, much easier, how about you just set the version of the dependencies to 14.2.2 in the pom?

FYI,

Using the older version on the dependencies worked.
Thanks