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

logs for listidentifiers

parent cc036242
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,8 @@ public class IdentifierListDeliverer {
System.out.println(listListIdentiferValues.getHits().getTotalHits() + ">" + 0);
for (SearchHit hit : listListIdentiferValues.getHits().getHits()) {
System.out.println("insside loop");
System.out.println("textgrid is set to: " + textgrid);
System.out.println("dariah is set to: " + dariah);
if (this.textgrid && hit.getFields().get(formatField).getValue()
.toString().equals(formatToFilter)) {
......
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