Skip to content
Snippets Groups Projects
Commit fad943fe authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

mc

parent cfdf1ec2
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ public abstract class IdentifierListDelivererAbstract implements IdentifierListD
query = QueryBuilders.boolQuery().must(rangeQuery).mustNot(filterSandBox);
}
return getConentFromESIndex(query, resumptionToken, set);
return getContentFromESIndex(query, resumptionToken, set);
}
/**
......@@ -125,7 +125,7 @@ public abstract class IdentifierListDelivererAbstract implements IdentifierListD
* @return
* @throws IOException
*/
private List<String> getConentFromESIndex(QueryBuilder query, String resumptionToken,
private List<String> getContentFromESIndex(QueryBuilder query, String resumptionToken,
String set) throws IOException {
List<String> uriList = new ArrayList<String>();
......
......@@ -185,6 +185,9 @@ public class IdentifierListDelivererDC extends IdentifierListDelivererAbstract {
}
if (this.dariah) {
System.out.println(" ## dateOfObjectCreation --> " + this.dateOfObjectCreation);
this.datestamp = hit.getSourceAsMap().get(this.dateOfObjectCreation).toString();
try {
......
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