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.
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