mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix for DS-2543 cleans the cached OAI responses after doing a full item import with the -c option
This commit is contained in:
@@ -128,7 +128,7 @@ public class XOAI {
|
||||
if (clean) {
|
||||
clearIndex();
|
||||
System.out.println("Using full import.");
|
||||
this.indexAll();
|
||||
result = this.indexAll();
|
||||
} else {
|
||||
SolrQuery solrParams = new SolrQuery("*:*")
|
||||
.addField("item.lastmodified")
|
||||
|
Reference in New Issue
Block a user