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

test

parent c23c7da9
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,15 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
.setFields(TGConstants.CREATED, TGConstants.MODIFIED_FIELD)
.setId(idInDatabase.replace("textgrid:", "") + ".0");
System.out.println(idInDatabase.replace("textgrid:", "") + ".0");
System.out.println("changed id: " + idInDatabase.replace("textgrid:", "") + ".0");
System.out.println("ES_Index: " + recordById.get().getIndex());
System.out.println("ES_Type: " + recordById.get().getType());
System.out.println("ES_ID: " + recordById.get().getId());
System.out.println("CREATED_FIELD " + TGConstants.CREATED);
System.out.println("MODIFIED_FIELD " + TGConstants.MODIFIED_FIELD);
System.out.println("TYPE FROM SETTER: " + OAI_ESClient.getEsType());
System.out.println("ES_Clustername: " + OAI_ESClient.getClusterName());
GetResponse objectInDatabase = recordById.execute().actionGet();
......
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