solrUpdateWriter = new FakeSolrUpdateWriter();
}
@Test
public void testMap() throws Exception {
IdGenerator idGenerator = new IdGeneratorImpl();
System.out.println(Bytes.toString(idGenerator.fromString("USER.batch-index-custom").toBytes()));
LTable table = repository.getDefaultTable();
Record record = table.recordBuilder()
.assignNewUuid()
.recordType(new QName(NS1, "rt1"))
.field(new QName(NS1, "a_string"), "myvalue")