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

mc

parent f4f37da3
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,6 @@ public class OAIPMHUtilities {
} else {
fieldResulsts.add(singlePath.get(fieldPathForESIndex[i]).toString());
}
}
}
}
......
......@@ -348,6 +348,8 @@ public class RecordListDelivererDC extends RecordListDelivererAbstract {
System.out.println("hit size: " + hit.getFields().size());
System.out.println("hit id: " + hit.getId());
System.out.println("hit map keys: " + hit.getSourceAsMap().keySet());
System.out.println("hit map vals: " + hit.getSourceAsMap().entrySet());
result.setIdentifier(
OAIPMHUtilities.fieldLoader(new JSONObject(hit.getSourceAsMap()), this.identifierList));
......
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