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
5 stars 0 forks source link

Write bitstream URLs to Solr index #183

Closed jcreel closed 3 years ago

jcreel commented 3 years ago

https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.3/dspace/modules/additions/src/main/java/org/dspace/discovery/SolrServiceImpl.java#L1002 could potentially be enhanced to write the bitstream data.

Size this supposing that we put the Primary bitstream into its own single-value Solr field. Other files in ORIGINAL bundle would go in a multi-valued Solr field for related files. The first thumbnail in the Thumbnail bundle goes in a single-valued Solr field for thumbnails. Licenses would go in another multi-valued Solr field. Future work will involve leveraging bitstream Name, Description. @jcreel jcreel added the 3 label 6 hours ago @wwelling

This may help https://github.com/TAMULib/DSpace/blob/tamu-dspace-6.3/dspace/modules/additions/src/main/java/org/dspace/content/ItemServiceImpl.java#L285

Needed for completion of card https://github.com/TAMULib/SAGE/issues/301