TAMULib / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.duraspace.org/display/DSDOC4x/Introduction
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Add Community/Collection names to Solr index of DSpace Item #158

Closed jsavell closed 6 years ago

jsavell commented 6 years ago

This PR updates DSpace Solr indexer to write the names of an Item's Communities and Collections to pre-configured, multivalue, non-indexed dynamic fields:

location.comm.name_stored and 'location.coll.name_stored`

The location.co** naming convention matches what DSpace is already using to write the community/collection UUIDs to its Solr index.

The DSpace solr schema configuration says that _stored is used to store metadata for display in the UI but not queried against during search.

https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.2/dspace/solr/search/conf/schema.xml#L562