rep.add(NamespaceEnum.rdfs+"label", "test");
rep.add(NamespaceEnum.rdfs+"description", "Representation to test storage while indexing");
rep.add(RdfResourceEnum.entityRank.getUri(), Float.valueOf(0.8f));
yard.store(rep);
//finalise
destination.finalise();
//test the archives
File expectedSolrArchiveFile =
new File(config.getDistributionFolder(),config.getName()+".solrindex.zip");
assertTrue(expectedSolrArchiveFile.isFile());
// validate the archive