builder.field(new QName(NS2, "match" + i), id + "_" + "match" + i + "_orig");
builder.field(new QName(NS, "nvmatch" + i), id + "_" + "nvmatch" + i + "_orig");
}
builder.field(previewTag.getName(), new Long(1));
builder.create();
}
@Test
public void changeIndexUpdaterMultipleTimes() throws Exception {
changeIndexUpdater("indexerconf1.xml");