protected void setUp() throws Exception
{
super.setUp();
HashMap mapping = new HashMap();
mapping.put("java.util.HashMap", MapObjectHandler.class.getName());
HandlerFactoryImpl hfi = new HandlerFactoryImpl(mapping);
File solrFile = new File(getClass().getResource("/solr-test-home/solr.xml").toURI());
File homeDir = solrFile.getParentFile();
File dataDir = new File(homeDir, "data");
String homeDirPath = homeDir.getCanonicalPath();