mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +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) {
|
if (clean) {
|
||||||
clearIndex();
|
clearIndex();
|
||||||
System.out.println("Using full import.");
|
System.out.println("Using full import.");
|
||||||
this.indexAll();
|
result = this.indexAll();
|
||||||
} else {
|
} else {
|
||||||
SolrQuery solrParams = new SolrQuery("*:*")
|
SolrQuery solrParams = new SolrQuery("*:*")
|
||||||
.addField("item.lastmodified")
|
.addField("item.lastmodified")
|
||||||
|
Reference in New Issue
Block a user