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

delete necessarity of revision number

parent 448ade83
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,11 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract { ...@@ -64,10 +64,11 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
changedId = idInDatabase.substring("textgrid:".length()); changedId = idInDatabase.substring("textgrid:".length());
} }
if (!idInDatabase.contains(".0")) { /*if (!idInDatabase.contains(".0")) {
changedId = changedId + ".0"; changedId = changedId + ".0";
} }*/
// sSystem.out.println(changedId); // sSystem.out.println(changedId);
GetRequestBuilder recordById = OAI_ESClient.getOaiESClient() GetRequestBuilder recordById = OAI_ESClient.getOaiESClient()
.prepareGet() .prepareGet()
.setIndex("textgrid-nonpublic") .setIndex("textgrid-nonpublic")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment