Skip to content
Snippets Groups Projects
Commit 94a8475c authored by mbrodhu's avatar mbrodhu
Browse files

new Version with correction in Resumption Token: empty token in last respone

parent f29dadcb
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ public class RecordListDelivererIDIOM extends RecordListDelivererAbstract { ...@@ -97,7 +97,7 @@ public class RecordListDelivererIDIOM extends RecordListDelivererAbstract {
String scrollID = scrollResp.getScrollId(); String scrollID = scrollResp.getScrollId();
long completeListSize = scrollResp.getHits().totalHits(); long completeListSize = scrollResp.getHits().totalHits();
//long completeListSize = 70; //long completeListSize = 45;
//System.out.println(completeListSize); //System.out.println(completeListSize);
//System.out.println(completeListSize + " || " + artefactURIs.size()); //System.out.println(completeListSize + " || " + artefactURIs.size());
if (completeListSize > 0) { if (completeListSize > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment