IndexQueryService idxConf = (IndexQueryService) collection.getService("IndexQueryService", "1.0");
idxConf.configureCollection(COLLECTION_CONFIG);
XMLResource hamlet = (XMLResource) collection.createResource("hamlet.xml", "XMLResource");
hamlet.setContent(new File("samples/shakespeare/hamlet.xml"));
collection.storeResource(hamlet);
mgmt = (CollectionManagementService) collection.getService("CollectionManagementService", "1.0");
TestDataGenerator generator = new TestDataGenerator("xdb", DOCUMENT_COUNT);
for (int i = 0; i < COLLECTION_COUNT; i++) {