TAMULib / SAGE

Search Aggregation Engine
MIT License
6 stars 1 forks source link

Update Sage Solr to work with Solr 9.3 or greater. #549

Closed kaladay closed 11 months ago

kaladay commented 11 months ago

Description

The solr Dockerfile is not needed anymore, instead just use the upstream pre-built docker image. The Dockerfile can be found here:

Be more consistent with the 9.3 styling and switch:

Explicitly add multiValued="true" because the default when not specified is no longer multi-valued.

The managed-schema file must now have the XML file extension: managed-schema.xml.

Refresh the solrconfig.xml to use the one from Solr 9.3.

Update readme documentation to describe how to build the solr using 9.3 or greater.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: