vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
205 stars 127 forks source link

Testing VIVO with newer version of Solr #3835

Open chenejac opened 1 year ago

chenejac commented 1 year ago

Is your feature request related to a problem? Please describe. There is a vulnerability affecting all Solr versions prior to the version 8.8.2

Describe the solution you'd like VIVO 1.13.0 should be tested with Solr 8.8.2+ or Solr 9+

chenejac commented 1 year ago

@gneissone's response from tech mailing list:

VIVO works fine with Solr 8.11.2. I haven’t tried the 9.x line, yet.

chenejac commented 10 months ago

@gneissone's response at the Slack channel on this topic:

@Michael Bentz VIVO works fine with Solr 8 using the standard schema distributed at https://github.com/vivo-project/vivo-solr/tree/main. Don't believe you necessarily need to change anything from Solr 7. If you want to jump to Solr 9 there are couple changes you need to make... my notes are rather poor but here's what I wrote: Update 1: <fieldType name="location" class="solr.LatLonPointSpatialField" docValues="true”/> Update 2 to Solr.xml

${solr.modules:},scripting
chenejac commented 10 months ago

@wwtamu started alignment of vivo-solr project for using Solr 9+.

delsborg commented 10 months ago

I have tested VIVO docker with SOLR 8 and it works. I've created a new branch on the vivo-solr project: https://github.com/vivo-project/vivo-solr/tree/solr-8.11 I'm referencing this branch from my VIVO docker build.