mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
[DS-1407] Refactor SOLR Statistics to use OpenCSV
This commit is contained in:
@@ -222,7 +222,7 @@ public class SolrLogger
|
||||
Bitstream bit = (Bitstream) dspaceObject;
|
||||
Bundle[] bundles = bit.getBundles();
|
||||
for (Bundle bundle : bundles) {
|
||||
//doc1.addField("bundleName", bundle.getName());
|
||||
doc1.addField("bundleName", bundle.getName());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user