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

index for idiomMetsMods to nonpublic

parent 27403866
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
}
GetRequest getRequest =
new GetRequest(OAI_ESClient.getEsIndex(), OAI_ESClient.getEsType(), changedId)
new GetRequest("textgrid-nonpublic", OAI_ESClient.getEsType(), changedId)
.fetchSourceContext(fetchSourceContext);
GetResponse objectInDatabase = null;
......
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