You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to integrate RRE with our existing infrastructure for relevancy analysis. For purposes of flexibility in configuration and deployment, we would like to leverage rre-search-platform-external-solr-impl with our CI infrastructure. However, after talking with @agazzarini on the Relevance Search slack, the current implementation is compatible only with 7.5.x.
We are planning to be on 7.x by EOY, but for now that update is not possible. Having compatibility with 6.x would be a major help.
The text was updated successfully, but these errors were encountered:
I took a look into this - the HTTP client initialisation process is quite different for Solr 6 from that for Solr 7. I also had to change the Jackson versions - Solr 6 uses Jackson 2.5.x, while Solr 7 is on Jackson 2.9.x.
Hi @mattoscln I'm working on the #95 following your approach with a slight change which should fix also this problem. Basically, after some investigation, I think we could use a fixed version (or LATEST) for Solrj, because at the end it is just sending a HTTP request.
I tried using Solrj 8 againsts Solr 8 to 4 and it works, so maybe that could be a right approach to improve the maintainability of that maven repo
I would like to integrate RRE with our existing infrastructure for relevancy analysis. For purposes of flexibility in configuration and deployment, we would like to leverage
rre-search-platform-external-solr-impl
with our CI infrastructure. However, after talking with @agazzarini on the Relevance Search slack, the current implementation is compatible only with 7.5.x.We are planning to be on 7.x by EOY, but for now that update is not possible. Having compatibility with 6.x would be a major help.
The text was updated successfully, but these errors were encountered: