Skip to content
Snippets Groups Projects
Commit 88c695b0 authored by mbrodhu's avatar mbrodhu
Browse files

logging in sets

parent c92023df
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,13 @@ public class SetDeliverer {
for (SearchHit hit : getRecordListItems.getHits().getHits()) {
System.out.println("indside for loop");
System.out.println("formatField: " + formatField);
System.out.println("formatToFilter: " + formatToFilter);
if(hit.getFields().get(formatField) != null && hit.getFields().get(formatField).value()
.equals(formatToFilter)) {
System.out.println("identifierField: " + identifierField);
System.out.println("identifier: " + identifier);
this.identifier.add(hit.getFields()
.get(identifierField).values().get(0)
.toString());
......
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