IULRDC-73: DataCORE - migrate solr 6 core to solr 9#242
Conversation
cjcolvar
left a comment
There was a problem hiding this comment.
This looks good with respect to what I did in digital collections but I'm seeing errors in the CI build when it tries to create the solr core. From what I can tell it looks like it is having issues with the solr.LatLonType defined in the schema.xml. I don't see that field type being used in datacore as far as I can tell. If that's true then you can probably safely remove it and the _ll* fields that use it. I'm hopeful that once the schema.xml is setup correctly for solr 9 then these changes should work.
Is the solr reindex script coming in a different PR?
26a9f97 to
b2861c3
Compare
|
I have removed the unused solr.LatLonType and the _ll* fields that reference it from the schema.xml. This has resolved the errors in the solr part of the CI build. |
cjcolvar
left a comment
There was a problem hiding this comment.
This looks good for the solr changes as far as I can tell. I'll work on the reindex script in a separate PR.
|
FWIW It looks like these config and schema files are already the ones in place on the solr 9 cores that were created before probably using the same files from digital collections. |
No description provided.