Revision 60919
Added by Alessia Bardi over 3 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/index/FeedMissingClaimsJobNode.java | ||
---|---|---|
63 | 63 |
|
64 | 64 |
idxClient = CloudIndexClientFactory.newIndexClient(baseUrl, coll, false); |
65 | 65 |
log.info("Starting to feed claims in index collection "+coll); |
66 |
int count = 1;
|
|
66 |
int count = 0;
|
|
67 | 67 |
for (String record : queue) { |
68 | 68 |
final String id = reader.read(new StringReader(record)).valueOf("//*[local-name() = 'objIdentifier']"); |
69 | 69 |
count++; |
Also available in: Unified diff
count from 0